Jesyx 20 Posted December 24, 2018 (edited) Hi there I have an issue with selecting .NET Framework 4.6, I have tried to download it but it doesn't show up, it worked fine for months, as far as I know my VS 2017 is up to date [UPDATE] If you have this too, make sure it says .NET Standard X.X (Like in the picture), Go to your project directory (C:\Users\USERNAME\source\repos\PROJECT NAME\PROJECT NAME) And open the .csproj file with a text editor like Notepad++ and change the <PropertyGroup> <TargetFramework>XXX</TargetFramework> </PropertyGroup> to <PropertyGroup> <TargetFramework>net462</TargetFramework> </PropertyGroup> Edited December 24, 2018 by Jesyx For people to know what to do if they have the same problem. Quote Share this post Link to post Share on other sites
Jesyx 20 Posted December 24, 2018 I found that it has to be .NET Framework 4.6 instead of .NET Standard 1.3, I'm trying to change that. Quote Share this post Link to post Share on other sites