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.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/SMAPI.Installer/assets/runtimeconfig.json b/src/SMAPI.Installer/assets/runtimeconfig.json
new file mode 100644
index 00000000..34018b8a
--- /dev/null
+++ b/src/SMAPI.Installer/assets/runtimeconfig.json
@@ -0,0 +1,16 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "includedFrameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "5.0.0",
+ "rollForward": "latestMinor"
+ }
+ ],
+ "configProperties": {
+ "System.Runtime.TieredCompilation": false,
+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
+ }
+ }
+}