This commit is contained in:
2025-10-11 23:42:21 +02:00
commit 0e549b6e0a
32 changed files with 584 additions and 0 deletions

View File

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