Support running "dotnet restore" directly in template source folders
This commit is contained in:
parent
bf6942e616
commit
98f29207a2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue