1
0

Initial Commit

This commit is contained in:
2025-12-02 22:48:42 +01:00
commit 23ad083d1d
9 changed files with 1153 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>