summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/assets/runtimeconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Installer/assets/runtimeconfig.json')
-rw-r--r--src/SMAPI.Installer/assets/runtimeconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SMAPI.Installer/assets/runtimeconfig.json b/src/SMAPI.Installer/assets/runtimeconfig.json
index 34018b8a..bd6a5240 100644
--- a/src/SMAPI.Installer/assets/runtimeconfig.json
+++ b/src/SMAPI.Installer/assets/runtimeconfig.json
@@ -9,8 +9,9 @@
}
],
"configProperties": {
- "System.Runtime.TieredCompilation": false,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
+ // 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
}
}
}