repo cleanup

This commit is contained in:
Paul Schneider 2026-06-07 07:57:11 +01:00
commit fa2b7eed96

View file

@ -1,22 +0,0 @@
<?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="dotnet10" value="https://azure.com" protocolVersion="3" />
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
</packageSources>
<!-- Configuration du Mapping Assouplie -->
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet10">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet-public">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>