2026-01-27 07:07:50 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-05-06 06:45:49 +00:00
|
|
|
<configuration>
|
|
|
|
|
<packageSources>
|
2026-01-27 07:07:50 +00:00
|
|
|
<!-- Clear inherited sources and use only nuget.org to avoid external/private feed errors -->
|
|
|
|
|
<clear />
|
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
2025-05-06 06:45:49 +00:00
|
|
|
</packageSources>
|
2026-01-27 07:07:50 +00:00
|
|
|
</configuration>
|