зеркало из https://github.com/dotnet/tye.git
11 строки
497 B
XML
11 строки
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="featherhttp" value="https://f.feedz.io/davidfowl/featherhttp/nuget/index.json" />
|
|
<add key="bedrockframework" value="https://f.feedz.io/davidfowl/bedrockframework/nuget/index.json" />
|
|
</packageSources>
|
|
</configuration>
|