Update NuGet feed from v2 => v3.

This commit is contained in:
N. Taylor Mullen 2015-08-19 14:54:53 -07:00
parent f57146f3e8
commit 693fa2d8b9
1 changed files with 1 additions and 1 deletions

View File

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