Renaming Nuget.org feed key name to Nuget.

fixes https://github.com/aspnet/Universe/issues/174
This commit is contained in:
Praburaj 2015-03-09 20:56:28 -07:00
parent e7ee4278a5
commit 4e9e33fc07
1 changed files with 2 additions and 2 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>
</configuration>