sozsoft-platform/api/NuGet.Config
Sedat Öztürk 429227df1d Initial
2026-02-24 23:44:16 +03:00

8 lines
318 B
XML

<?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>