Switching to CI release NuGet config

This commit is contained in:
Pranav K 2015-09-28 22:47:07 -07:00
parent b1a0e1b251
commit 8d57211b15
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/" /> <add key="AspNetVNext" value="https://www.myget.org/F/aspnetcirelease/" />
<add key="NuGet" value="https://nuget.org/api/v2/" /> <add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources> </packageSources>
</configuration> </configuration>