{ "runtimeOptions": { "tfm": "net5.0", "includedFrameworks": [ { "name": "Microsoft.NETCore.App", "version": "5.0.0", "rollForward": "latestMinor" } ], "configProperties": { // disable tiered runtime JIT: https://github.com/dotnet/runtime/blob/main/docs/design/features/tiered-compilation.md // This is disabled by the base game, and causes issues with Harmony patches. "System.Runtime.TieredCompilation": false } } }