Updating to release NuGet.config

This commit is contained in:
Pranav K 2015-01-20 18:09:58 -08:00
parent 3e30639184
commit 446b0bf9c3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +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/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" /> <add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources> </packageSources>
</configuration> </configuration>