Revert "Swap back to nuget.org v2 feed"

This reverts commit a17da51256.
This commit is contained in:
Ryan Nowak 2015-08-20 19:55:08 -07:00
parent c666c9edb6
commit 052479af6b
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://www.nuget.org/api/v2/" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>