Updating to release NuGet.config.

This commit is contained in:
Pranav K 2015-10-28 12:43:09 -07:00
parent da00b1298c
commit 07230d1682
1 changed files with 1 additions and 1 deletions

View File

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