summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/assets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-01 19:59:00 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-01 19:59:00 -0400
commite10147e7bda94a8fbc58684246628a6520d2c6b8 (patch)
tree3135a4ef641192e42ee1f97b8c56fc9b76a52aee /src/SMAPI.Installer/assets
parent0209e70695b6d12692d4de554ce1fc9d65ca4715 (diff)
parent1cded44f7a5626a0d4f5c3ce48a83aa544d517c3 (diff)
downloadSMAPI-e10147e7bda94a8fbc58684246628a6520d2c6b8.tar.gz
SMAPI-e10147e7bda94a8fbc58684246628a6520d2c6b8.tar.bz2
SMAPI-e10147e7bda94a8fbc58684246628a6520d2c6b8.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Installer/assets')
-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
}
}
}