Initial commit

This commit is contained in:
2025-05-10 20:37:54 +02:00
commit 51e854364f
16 changed files with 438 additions and 0 deletions

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="dotnet.myget.org" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>