HttpSysServer/NuGet.Config

13 строки
487 B
Plaintext
Исходник Обычный вид История

2014-02-08 05:01:08 +04:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
2014-02-11 10:42:16 +04:00
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
2014-02-08 05:01:08 +04:00
<add key="NuGet.org" 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>