且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio 2015的项目模板

更新时间:2023-02-27 11:32:50

我找到了实现此目的的方法.打开zip文件,然后编辑.vstemplate文件.缺少的行是

I found the way to do this. Open up the zipfile and edit the .vstemplate file. The line that is missing is

<CreateInPlace>true</CreateInPlace>

此行之间

<TemplateData></TemplateData>

这解决了.NET Core 1.0.1 Tooling Preview 2和VS2015 Update 3的问题.

This solves the problem for .NET Core 1.0.1 Tooling Preview 2, VS2015 Update 3.