build: initial project release
All checks were successful
release / dotnet-release-workflow (push) Successful in 1m12s
default / dotnet-default-workflow (push) Successful in 1m14s

This commit is contained in:
Louis Seubert 2026-01-20 22:41:16 +01:00
commit 0de3af3033
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
59 changed files with 4903 additions and 0 deletions

11
global.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://www.schemastore.org/global.json",
"sdk": {
"version": "10.0.0",
"rollForward": "latestMinor"
},
"msbuild-sdks": {},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}