Updating to release NuGet.config

This commit is contained in:
Pranav K 2015-09-28 23:13:57 -07:00
parent be186a8cd8
commit 648ddf4252
1 changed files with 2 additions and 2 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/aspnetcidev/api/v2" /> <add key="AspNetVNext" value="https://www.myget.org/F/aspnetcirelease/api/v2" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>