querying/nuget.config
Jens De Craecker 2fc3912e73
All checks were successful
Create release / Build (push) Successful in 1m24s
Add nuget.config
2024-10-12 12:49:13 +02:00

7 lines
313 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Gitea" value="https://git.baguette.agency/api/packages/baguette/nuget/index.json" />
</packageSources>
</configuration>