RestySqlite/bin/Debug/net9.0/RestySqlite.runtimeconfig.json

19 lines
398 B
JSON
Raw Normal View History

2025-02-08 22:41:26 +03:00
{
"runtimeOptions": {
"tfm": "net9.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "9.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}