Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable <RollForward>major</RollForward> for ILSpy.exe #3391

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

nil4
Copy link
Contributor

@nil4 nil4 commented Feb 9, 2025

Allow ILSpy.exe to launch when .NET 8 (the version it currently targets) is not installed, but some later major version (e.g. .NET 9) is available instead.

ref. https://learn.microsoft.com/en-us/dotnet/core/versions/selection#control-roll-forward-behavior

Problem

#3390

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
@siegfriedpammer siegfriedpammer merged commit 4a8c375 into icsharpcode:master Feb 14, 2025
5 checks passed
@siegfriedpammer
Copy link
Member

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider enabling <RollForward>major</RollForward> for ILSpy.exe
2 participants