Updating NuGet.Config for migration tests.

This commit is contained in:
Livar Cunha 2016-09-06 13:58:16 -07:00
parent e0629ad351
commit 236e0d57da

View file

@ -3,7 +3,6 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="aspnet101" value="https://www.myget.org/F/aspnet101/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />