Support running "dotnet restore" directly in template source folders

This commit is contained in:
Steve Sanderson 2017-11-23 10:52:22 +00:00
parent bf6942e616
commit 98f29207a2
3 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,8 @@
<Project>
<Import Project="..\..\..\build\sources.props" />
<!--
This file intentionally left blank to ensure the template projects
are independent from the template package build config.
This file intentionally left mostly blank to ensure the template projects
are independent from the template package build config (other than to share
the same NuGet restore sources).
-->
</Project>

View File

@ -1,6 +1,8 @@
<Project>
<Import Project="..\..\..\build\sources.props" />
<!--
This file intentionally left blank to ensure the template projects
are independent from the template package build config.
This file intentionally left mostly blank to ensure the template projects
are independent from the template package build config (other than to share
the same NuGet restore sources).
-->
</Project>

View File

@ -1,6 +1,8 @@
<Project>
<Import Project="..\..\..\build\sources.props" />
<!--
This file intentionally left blank to ensure the template projects
are independent from the template package build config.
This file intentionally left mostly blank to ensure the template projects
are independent from the template package build config (other than to share
the same NuGet restore sources).
-->
</Project>