Home > OS >  Adding .NET 4 to Visual Studio
Adding .NET 4 to Visual Studio

Time:04-11

How do I add additional .net framework to the Target framework drop down list in Visual Studio? I would like to add .NET Framework 4. Do I download the runtime from this website?

enter image description here

CodePudding user response:

The option to install .NET 4 is available during VS installation. To get .NET 4 selection pick the correct project type when creating new project.

  • Related