diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-04 20:25:53 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-04 20:25:53 -0500 |
commit | cc35dbdb3d1fe0a82557857a72d842f1217812c2 (patch) | |
tree | c7167ad6f25dcaa429c3fb6852351a60520e90ea /src/SMAPI.Installer/assets/runtimeconfig.unix.json | |
parent | c80d07fddfffe4fd3f8fa69bf6cab6374eec992d (diff) | |
download | SMAPI-cc35dbdb3d1fe0a82557857a72d842f1217812c2.tar.gz SMAPI-cc35dbdb3d1fe0a82557857a72d842f1217812c2.tar.bz2 SMAPI-cc35dbdb3d1fe0a82557857a72d842f1217812c2.zip |
fix self-contained install on Windows
Diffstat (limited to 'src/SMAPI.Installer/assets/runtimeconfig.unix.json')
-rw-r--r-- | src/SMAPI.Installer/assets/runtimeconfig.unix.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/SMAPI.Installer/assets/runtimeconfig.unix.json b/src/SMAPI.Installer/assets/runtimeconfig.unix.json deleted file mode 100644 index a1d060b5..00000000 --- a/src/SMAPI.Installer/assets/runtimeconfig.unix.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net5.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "5.0.0", - "rollForward": "major" - } - ], - "configProperties": { - "System.Runtime.TieredCompilation": false - } - } -} |