BITKit.DotNetSdkRoslyn.Unity/csc.runtimeconfig.json

14 lines
312 B
JSON

{
"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
}
}
}