Add missing source

This commit is contained in:
Javier Calvarro Nelson 2018-03-22 14:43:03 -07:00
parent 9e61d6bd98
commit 500279ea98
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' ">
$(RestoreSources);
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
</RestoreSources>
@ -13,4 +14,4 @@
https://api.nuget.org/v3/index.json;
</RestoreSources>
</PropertyGroup>
</Project>
</Project>