This commit is contained in:
Paul Schneider 2026-06-07 06:37:34 +01:00
commit 46f0d551ee

View file

@ -2,11 +2,11 @@
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<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" />
<add key="pschneider" value="https://isn.pschneider.fr/v3/index.json" protocolVersion="3" />
<add key="dotnet10" value="https://azure.com" />
<add key="dotnet-public" value="https://azure.com" />
<add key="dotnet10" value="https://azure.com" protocolVersion="3" />
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
</packageSources>
</configuration>