From 15b826fb7060a648088bc3e3cd3b20ee90521c38 Mon Sep 17 00:00:00 2001 From: nil4 Date: Sun, 9 Feb 2025 10:41:16 +0100 Subject: [PATCH] Enable `major` for `ILSpy.exe` Allow `ILSpy.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/icsharpcode/ILSpy/issues/3390 --- ILSpy/ILSpy.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index ba2e33f5b..aa5a7264a 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -3,6 +3,7 @@ WinExe net8.0-windows + major win-x64;win-arm64 False false