sozsoft-platform/api/NuGet.Config

9 lines
318 B
Text
Raw Normal View History

2026-02-24 20:44:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- 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" />
</packageSources>
</configuration>