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