kudlatiger
kudlatiger

Reputation: 3258

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.

Upvotes: 7

Views: 10343

Answers (2)

Ozan BAYRAM
Ozan BAYRAM

Reputation: 2901

After updating to 15.7.4 asp.net core web application template is missing in the project type selection dialog

Cannot see the asp.net core web application template in project type selection screen

Visual studio install shows that related package is installed

Upvotes: 8

Ahmar
Ahmar

Reputation: 3867

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

Upvotes: 8

Related Questions