Renaming Nuget.org feed key name to Nuget

This commit is contained in:
Praburaj 2015-03-09 20:07:42 -07:00
parent 1f0531f65e
commit 991c69b8cc
1 changed files with 1 additions and 7 deletions

View File

@ -2,12 +2,6 @@
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources>
<packageSourceCredentials>
<AspNetVNext>
<add key="Username" value="aspnetreadonly" />
<add key="ClearTextPassword" value="4d8a2d9c-7b80-4162-9978-47e918c9658c" />
</AspNetVNext>
</packageSourceCredentials>
</configuration>