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