diff options
Diffstat (limited to 'src/SMAPI.Installer/assets/runtimeconfig.unix.json')
-rw-r--r-- | src/SMAPI.Installer/assets/runtimeconfig.unix.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/assets/runtimeconfig.unix.json b/src/SMAPI.Installer/assets/runtimeconfig.unix.json index 8a01ceb1..a1d060b5 100644 --- a/src/SMAPI.Installer/assets/runtimeconfig.unix.json +++ b/src/SMAPI.Installer/assets/runtimeconfig.unix.json @@ -4,7 +4,8 @@ "includedFrameworks": [ { "name": "Microsoft.NETCore.App", - "version": "5.0.7" + "version": "5.0.0", + "rollForward": "major" } ], "configProperties": { |