Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are new projects in VS2015 targeting .NET 4.5.2 instead of 4.6.1?

I just created a new console project in Visual Studio 2015 and noticed the project is targeting .NET Framework 4.5.2 instead of the newer 4.6.1, why is this?

like image 816
Fred Avatar asked Oct 18 '22 11:10

Fred


1 Answers

The "New Project" screen allows you to pick the target framework. It may not be as obvious:

enter image description here

If the expected framework is not there, download the targetting pack from the <More Frameworks...> link

like image 132
jessehouwing Avatar answered Oct 21 '22 01:10

jessehouwing