initial commit

This commit is contained in:
2025-10-18 10:26:43 +02:00
commit 43fba99802
87 changed files with 3696 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}