Use dotnet-core feed in repos

This commit is contained in:
Pranav K 2018-03-06 10:05:07 -08:00
parent 5e56560d4b
commit f6907f5cab
No known key found for this signature in database
GPG Key ID: 1963DA6D96C3057A
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<Project>
<Project>
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
<PropertyGroup Label="RestoreSources">
<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-dev/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
</RestoreSources>