Compare commits

..

1 Commits

Author SHA1 Message Date
2fc3912e73 Add nuget.config
All checks were successful
Create release / Build (push) Successful in 1m24s
2024-10-12 12:49:13 +02:00

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>