diff options
Diffstat (limited to 'src/SMAPI.Installer/assets/runtimeconfig.windows.json')
-rw-r--r-- | src/SMAPI.Installer/assets/runtimeconfig.windows.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/SMAPI.Installer/assets/runtimeconfig.windows.json b/src/SMAPI.Installer/assets/runtimeconfig.windows.json deleted file mode 100644 index d5f24bdb..00000000 --- a/src/SMAPI.Installer/assets/runtimeconfig.windows.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net5.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "5.0.0", - "rollForward": "major" - }, - "configProperties": { - "System.Runtime.TieredCompilation": false - } - } -} |