Framework selection in Visual Studio newer than 4.6.1

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Framework selection in Visual Studio newer than 4.6.1

Post 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
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Framework selection in Visual Studio newer than 4.6.1

Post 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?
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Framework selection in Visual Studio newer than 4.6.1

Post 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.
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Framework selection in Visual Studio newer than 4.6.1

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply