新项目中不存在模板 ASP.NET 核心 Web 应用程序
Template ASP.NET Core Web Application does not exist in New Project
我安装 visual studio 2015 更新 3,然后我安装 NET Core for Visual Studio Official MSI Installer
,现在当我想创建新项目时,我在 .NetCore tab
中没有 ASP.NET Core Web Application
。
有什么问题吗?
您必须从 https://visualstudiogallery.msdn.microsoft.com/c94a02e9-f2e9-4bad-a952-a63a967e3935
安装 Microsoft ASP.NET 和 Web Tools
然后您会在 Template/Visual C#/Web
中找到您的模板。
我安装 visual studio 2015 更新 3,然后我安装 NET Core for Visual Studio Official MSI Installer
,现在当我想创建新项目时,我在 .NetCore tab
中没有 ASP.NET Core Web Application
。
有什么问题吗?
您必须从 https://visualstudiogallery.msdn.microsoft.com/c94a02e9-f2e9-4bad-a952-a63a967e3935
安装 Microsoft ASP.NET 和 Web Tools然后您会在 Template/Visual C#/Web
中找到您的模板。