From 045869809174939386ff9f8ea361cefb7ec52ec7 Mon Sep 17 00:00:00 2001 From: nil4 Date: Sun, 23 Mar 2025 14:05:02 +0100 Subject: [PATCH] Enable `major` for `ScreenToGif.exe` Allow `ScreenToGif.exe` to run when .NET 8 (the version it currently targets) is not installed, but a later major version, e.g. .NET 9, is available. ref. https://learn.microsoft.com/en-us/dotnet/core/versions/selection#control-roll-forward-behavior ref. https://github.com/NickeManarin/ScreenToGif/issues/1380 --- ScreenToGif/ScreenToGif.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ScreenToGif/ScreenToGif.csproj b/ScreenToGif/ScreenToGif.csproj index 21a5424b..bd3118f1 100644 --- a/ScreenToGif/ScreenToGif.csproj +++ b/ScreenToGif/ScreenToGif.csproj @@ -1,6 +1,7 @@ net8.0-windows10.0.17763.0 + major WinExe 12.0.51020.0 false