Target net6 + net9 and allow RollForward#11
Open
schauerte wants to merge 1 commit intoygoe:masterfrom
Open
Conversation
Author
|
Please let me know, if this has the potential to being merged. If so, I would also update the README with this PR. |
Owner
|
Just a first reaction: I am currently very busy with other topics, but will have to come back to this later as it's also needed for another project of mine (which is also on hold for now). I'd probably multi-target a new version to .NET 8 and 10, now that it's released. For .NET 6, the older version still exists. Can't make any promises, but maybe Q1 2026. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current implementation of this tool is bound to dotnet 6.0. So using it requires installing an unsupported dotnet SDK/runtime.
This PR extends
TargetFrameworksto support net6.0 (to not introduce a breaking change) and net9.0. Additionally, theRollForwardsettings allows the tool to be used with the upcoming net 10.0 version.For more information on that topic see Andrew Lock | .NET Escapades.
Closes #10