【发布时间】:2017-01-04 07:46:16
【问题描述】:
我已经安装了 Visual Studio 15。
当我要添加新项目时,ASP.NET Core Web 应用程序 (.NET Core) 不存在于项目模板中。
我已经安装了 .NET Core,并在 VS 2015 上使用它。
【问题讨论】:
标签: asp.net-core asp.net-core-mvc .net-core asp.net-core-webapi visual-studio-2017
我已经安装了 Visual Studio 15。
当我要添加新项目时,ASP.NET Core Web 应用程序 (.NET Core) 不存在于项目模板中。
我已经安装了 .NET Core,并在 VS 2015 上使用它。
【问题讨论】:
标签: asp.net-core asp.net-core-mvc .net-core asp.net-core-webapi visual-studio-2017
这是由于 .Net Core Tool 尚未针对 VS2015 发布。所以如果你想使用它,那么你必须去VS2017。
【讨论】:
.NET 核心工具在 VS15 中尚不可用。 https://www.visualstudio.com/en-us/news/releasenotes/vs15-relnotes
用于 .NET Core 可用性的 Visual Studio 工具
问题:
在此不提供对 .NET Core 项目的工具支持 发布 Visual Studio。
解决方法:
将在 Visual Studio “15”的未来更新中提供支持。
【讨论】: