Renaming Nuget.org feed key name to Nuget
This commit is contained in:
parent
1f0531f65e
commit
991c69b8cc
|
|
@ -2,12 +2,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/" />
|
<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>
|
</packageSources>
|
||||||
<packageSourceCredentials>
|
|
||||||
<AspNetVNext>
|
|
||||||
<add key="Username" value="aspnetreadonly" />
|
|
||||||
<add key="ClearTextPassword" value="4d8a2d9c-7b80-4162-9978-47e918c9658c" />
|
|
||||||
</AspNetVNext>
|
|
||||||
</packageSourceCredentials>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Reference in New Issue