User1551892
User1551892

Reputation: 3364

Is .net framework 4.6 required to compile a c# code in VS 2015

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

Answers (1)

Glapa
Glapa

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

Related Questions