Add nuget.config
All checks were successful
Create release / Build (push) Successful in 1m24s

This commit is contained in:
Jens De Craecker 2024-10-12 12:49:13 +02:00
parent f26aa3e9ab
commit 2fc3912e73

7
nuget.config Normal file
View File

@ -0,0 +1,7 @@
<?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>