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

删除回忆录丶 提交于 2019-12-10 16:35:18

问题


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

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.


回答1:


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.

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




回答2:


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



来源:https://stackoverflow.com/questions/48941070/missing-asp-net-core-web-application-net-framework-template

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!