Files
rmutr_report/bin/Debug/net8.0/rmutr_report.runtimeconfig.json
kamonwan taengsuk 5f3b98cb74
All checks were successful
continuous-integration/drone/push Build is passing
Bug Fixed
2025-08-06 13:44:42 +07: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
}
}
}