Reputation: 3364
I was just checking which versions of .Net framework installed on my machine and realized the versions 4.5 and 4.6 are not available. However, I can compile a c# project target to framework 4.6 in VS 2015. I want to know is it possible or I am not looking at the right place to see the installed framework on my machine. I am using this approach to check installed.Net framework.
Upvotes: 1
Views: 233
Reputation: 800
As far as I know the minimal version of .NET framework is limited by functionality that you use in your code although Microsoft Build Tools 2015 requires at least .NET framework 4.5. Easiest way to check your version is to open "Uninstall program" window in "Control Panel" by the way.
Upvotes: 2