yavsc/nuget.config

26 lines
879 B
Text
Raw Normal View History

2026-06-07 06:24:56 +01:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
2026-06-07 06:38:24 +01:00
<add key="nuget.org" value="https://nuget.org" protocolVersion="3" />
<add key="pschneider" value="https://pschneider.fr" protocolVersion="3" />
2026-06-07 06:37:34 +01:00
<add key="dotnet10" value="https://azure.com" protocolVersion="3" />
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
2026-06-07 06:24:56 +01:00
</packageSources>
2026-06-07 06:38:24 +01:00
<!-- Configuration du Mapping Assouplie -->
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="pschneider">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet10">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet-public">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
2026-06-07 06:24:56 +01:00
</configuration>