Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 749
kudlatiger Avatar asked Feb 23 '18 04:02

kudlatiger


2 Answers

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

like image 64
Ahmar Avatar answered Nov 30 '22 08:11

Ahmar


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

like image 30
Ozan BAYRAM Avatar answered Nov 30 '22 08:11

Ozan BAYRAM