Swap back to nuget.org v2 feed

This is causing Travis.ci to fail. We'll stage a move to the v3 feed later
on.
This commit is contained in:
Ryan Nowak 2015-08-20 14:42:45 -07:00
parent 05226a4a55
commit a17da51256
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetlitedev/api/v2" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="NuGet" value="https://www.nuget.org/api/v2/" />
</packageSources>
</configuration>