Use MSBuild to set NuGet feeds instead of NuGet.config

This commit is contained in:
Nate McMaster
2017-11-20 12:43:30 -08:00
parent 0de9f0e3ce
commit cd3e3c667c
3 changed files with 18 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
<Project>
<Import Project="version.props" />
<Import Project="build\dependencies.props" />
<Import Project="build\sources.props" />
<PropertyGroup>
<Product>Microsoft ASP.NET Core</Product>