Remove additional feeds from NuGet.config

Fixes #446
This commit is contained in:
Prafull Bhosale 2017-04-27 11:33:44 -07:00
Родитель 28434ae40e
Коммит 10df6bd573
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 985FC979A2E6598F
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -2,11 +2,10 @@
<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-ci-release/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" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-0-4-patch/api/v3/index.json" />
<!-- Todo Remove this after https://github.com/aspnet/CoreCLR/issues/180 is closed. -->
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
</packageSources>
</configuration>