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 11:47:35 -07:00
parent ad192f5883
commit 755ad7bd2b
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
<configuration> <configuration>
<packageSources> <packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" /> <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> </packageSources>
</configuration> </configuration>