xsharp.eu • Framework selection in Visual Studio newer than 4.6.1
Page 1 of 1

Framework selection in Visual Studio newer than 4.6.1

Posted: Thu Jan 16, 2020 2:42 pm
by ArneOrtlinghaus
Currently it is possible to select the "Target framework moniker" until version 4.6.1. It seems to be interesting to for us to select newer versions, at least 4.6.2.
Can this be made possible or are there technical reasons that do not allow this?
Thanks
Arne

Framework selection in Visual Studio newer than 4.6.1

Posted: Thu Jan 16, 2020 3:07 pm
by ArneOrtlinghaus
Looking more exactly, I think I have understood that this is the minimum requirement of the framework and not the framework running the application. Is this true?

Framework selection in Visual Studio newer than 4.6.1

Posted: Thu Jan 16, 2020 3:20 pm
by ArneOrtlinghaus
When trying to manipulate the version in the projects file and recompile the project Visual Studio told me to download a "Microsoft.net framework developer pack. Now the additional versions are visible when editing the properties.

Framework selection in Visual Studio newer than 4.6.1

Posted: Thu Jan 16, 2020 3:26 pm
by robert
Arne,
This is what I expected, We are using a VS API call to list the available frameworks. I think it finds these in the Registry.
You could also have run VS Installer and choose the packs from the "Individual Components" tab in the installer.

Robert