Remove CLI NuGet feeds

This commit is contained in:
Nate McMaster 2016-11-21 10:16:39 -08:00
parent 2f4fdb31d3
commit 587376200b
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet-cli" value="https://dotnet.myget.org/F/dotnet-cli/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>