This commit is contained in:
Sedat ÖZTÜRK 2026-01-27 10:07:50 +03:00
parent 61b9868126
commit b0eafa5018

View file

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>