Files
EDOKA_2024/EDOOKAAPI/bin/Debug/net8.0/EDOOKAAPI.runtimeconfig.json
Stefan Hutter 50e9e06829 Initial Comit
2024-05-31 13:32:10 +02:00

19 lines
398 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}