[ADD] Added DotBased to solution & added nuget config

This commit is contained in:
max
2025-08-04 17:04:57 +02:00
parent 3748dd7d58
commit 9489742a95
3 changed files with 14 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="NetzByte Gitea" value="https://git.netzbyte.com/api/packages/max/nuget/index.json" />
</packageSources>
</configuration>