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:40:46 -07:00
parent 2973795a6e
commit b3902f80c4
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>