Skip to content

Commit 15b826f

Browse files
committed
Enable <RollForward>major</RollForward> 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. #3390
1 parent 7d715a4 commit 15b826f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ILSpy/ILSpy.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net8.0-windows</TargetFramework>
6+
<RollForward>major</RollForward>
67
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
78
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
89
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>

0 commit comments

Comments
 (0)