This commit is contained in:
mika kuns
2026-04-24 18:26:11 +02:00
commit ec42e8e4bd
28 changed files with 1205 additions and 0 deletions

7
NuGet.config Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>