BITKit.DotNetSdkRoslyn.Unity/VBCSCompiler.runtimeconfig....

14 lines
312 B
JSON
Raw Permalink Normal View History

2024-03-04 01:30:48 +08:00
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.21"
},
"rollForwardOnNoCandidateFx": 2,
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}