Remove dotnet-core feed from NuGet.config

This commit is contained in:
Pranav K 2017-06-16 08:19:31 -07:00
parent cfb7ae413f
commit a8b6fa757a
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="dotNetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>