Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Visual Studio 2019 not show in ASP.NET Core Web App 

I am install .net Core 3.1 SDKs. UnInstall and Install Visual Studio 2019
but unable to get ASP.NET Core Web app template.

What I have tried:

I am installing .net Core SDKs. UnInstall and Install Visual Studio 2019
but unable to get ASP.NET Core Web app
Posted
Updated 31-Oct-22 20:08pm

You need to install the Workload from the Tools menu item, "Get Tools and Features".
 
Share this answer
 
In the Visual Studio installer you need to select:
- ASP.NET and web development
- .NET Core cross-platform development

See: Getting Started With Visual Studio 2019 Community Edition For ASP.NET Core 5.0[^]

Note: .NET 6 is only supported in VS2022.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900