Search code examples
.netasp.net-core.net-core.net-framework-version

missing “ASP.NET Core Web Application (.NET Framework)” template


I am trying to develop a ASP.NET Core application. I tried following the blog to understand how references works between .net core and .net framework, but I fail to find the ASP.NET Core Web Application (.NET Framework) in the template dialog as shown below

enter image description here

I have tried to cross check related questions but they too have ASP.NET Core Web Application (.NET Framework) in screenshot attached in their question.


Solution

  • Click on .Net Core on left side menu. Then you will see all the .net core templates. Select the ASP.NET Core Web Application and click Ok.

    enter image description here

    After this you will see project template selection dialog. Here you can chose either .Net Core or .Net Framework for project template.

    enter image description here