mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
16 lines
467 B
JSON
16 lines
467 B
JSON
{
|
|
"runtimeOptions": {
|
|
"tfm": "net8.0",
|
|
"rollForward": "LatestMajor",
|
|
"framework": {
|
|
"name": "Microsoft.NETCore.App",
|
|
"version": "8.0.0"
|
|
},
|
|
"configProperties": {
|
|
"System.Globalization.Invariant": true,
|
|
"System.Globalization.PredefinedCulturesOnly": true,
|
|
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
}
|
|
}
|
|
} |