Files
opensim/bin/prebuild.runtimeconfig.json
2022-10-09 20:10:33 +01:00

12 lines
220 B
JSON

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