Home > OS >  How to get more .NET version options when creating project?
How to get more .NET version options when creating project?

Time:06-07

I went to dotnet

But version 4.5.2 does not show up when Im selecting the target framework. I have tried this with other .NET versions too. It shows up on the Individual Components page in the Visual Studio installer.

installer

CodePudding user response:

In order to use the legacy .NET Framework, you need to find a template that uses it. For example:

.NET framework

  • Related