如何在.NET Core MSBuild中包含外部源?

时间:2017-03-01 18:44:09

标签: msbuild .net-core

在预览2 .NET核心SDK( <div style="padding:0px!important;overflow:hidden;margin-top: 10px;"> <center> <!-- <img src="images/user.png" id="ReguserProfileImage" class="profileimage" style="width:120px;height:121px;" data-bind="attr: { src: image }" />--> <img id="customerProfileImage" src="images/user.png" style="min-width:100%;height:auto" /><br /> <div class="activity-photo-upload"> <label for="profile-activity-photo"> <a id="OpenView" data-rel="actionsheet" data-role="button" href="#RegProfilePhotoPopUp" style="text-decoration: none;border:none;"> <img src="images/icon-photo.png" class="icon" /> </a> </label> </div> </center> </div> )中,可以通过将外部源添加到global.json来包含外部源,例如用下载的源替换MVC:

project.json

使用.NET Core SDK 1.0.0 RC4,解决方案元数据回到{ "projects": [ "src", "test", "../mvc" ] } 文件中,您可以使用.sln添加项目和NuGet包,但显然无法添加与以前的SDK版本一样的外部文件夹。

我如何添加例如MVC源代码是如何使用它们而不是NuGet包?

1 个答案:

答案 0 :(得分:0)

根据Damian Edwards的this ASP.NET Community Standup episode,这个功能并没有转移到MSBuild,虽然他们没有忘记这个场景,所以这个概念可能会在未来以另一种形式重新出现。 / p>