initial commit

This commit is contained in:
ajouzts
2025-12-18 20:32:43 -05:00
commit 3c161e475e
49 changed files with 1074 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
}
}
}