зеркало из https://github.com/aspnet/Routing.git
13 строки
487 B
XML
13 строки
487 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
|
|
<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> |