semi-final setup

This commit is contained in:
Trevi Awater
2026-03-16 19:15:41 +01:00
parent b43937b395
commit 41ccc4ad69
11 changed files with 167 additions and 6 deletions

13
NuGet.Config Normal file
View File

@@ -0,0 +1,13 @@
<?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="github" value="https://nuget.pkg.github.com/resoftware/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="awatertrevi" />
<add key="ClearTextPassword" value="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" />
</github>
</packageSourceCredentials>
</configuration>