Merge pull request #17 from tinaschrepfer/dev/tinali/nugetconfig

Remove feeds that are no longer needed.
This commit is contained in:
Andrew Arnott 2017-03-13 17:55:38 -07:00 коммит произвёл GitHub
Родитель fd03bfccac 6336cf9dbe
Коммит 883790b41b
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -7,7 +7,5 @@
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion="3" />
<add key="vs-devcore" value="https://www.myget.org/F/vs-devcore/api/v3/index.json" />
<add key="vs-validation" value="https://ci.appveyor.com/nuget/vs-validation" />
<add key="vs-threading" value="https://ci.appveyor.com/nuget/vs-threading" />
</packageSources>
</configuration>