Adds code

This commit is contained in:
Michel Fedde 2025-10-24 14:33:20 +02:00
commit fbc41da444
15 changed files with 208 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
}
}
}