Renaming Nuget.org feed key name to Nuget.

Fixes : https://github.com/aspnet/Universe/issues/174
This commit is contained in:
Praburaj 2015-03-10 12:12:29 -07:00
parent 9878f7dcf9
commit 681eafb438
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>