yavsc/nuget.config

26 lines
911 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" />
2026-06-07 07:06:40 +01:00
<add key="isn.pschneider.fr" value="https://isn.pschneider.fr/v3/index.json" 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>
2026-06-07 07:06:40 +01:00
<packageSource key="isn.pschneider.fr">
2026-06-07 06:38:24 +01:00
<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>