yavsc/nuget.config
2026-06-07 06:37:34 +01:00

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>