Files
opensim.currency/bin/net6.0/MoneyServer.runtimeconfig.json
T
2023-12-20 10:03:33 +09:00

13 lines
300 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.TieredCompilation.QuickJit": false
}
}
}