process/nuget.config
Louis Seubert 8f91cee8a3
Some checks failed
default / dotnet default workflow (push) Failing after 30s
build: initial project release
2026-01-20 22:41:16 +01:00

7 lines
193 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>