Updating to release NuGet.config

This commit is contained in:
Pranav K 2015-08-17 14:10:40 -07:00
parent b87497c6da
commit 0b8a3e8fcb
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/aspnetvnext/" />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>