12 lines
475 B
XML
12 lines
475 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
|
|
<add key="pschneider" value="https://isn.pschneider.fr/v3/index.json" protocolVersion="3" />
|
|
|
|
<add key="dotnet10" value="https://azure.com" protocolVersion="3" />
|
|
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
|
|
</packageSources>
|
|
</configuration>
|