Updating to release NuGet.config

This commit is contained in:
Pranav K 2015-05-27 16:26:18 -07:00
parent 8a8332f9f1
commit a5212d0942
1 changed files with 3 additions and 2 deletions

View File

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