Files
xlcore/dalamud/Hooks/dev/Dalamud.runtimeconfig.json
2025-02-17 22:54:50 +01:00

20 lines
493 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "LatestMinor",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}