Files
PdfMarker_Web/PdfMarker/bin/Debug/net8.0/PdfMarker.runtimeconfig.json
2026-01-23 09:57:52 +01: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
}
}
}