Skip to content

Target net6 + net9 and allow RollForward#11

Open
schauerte wants to merge 1 commit intoygoe:masterfrom
schauerte:updateSdk
Open

Target net6 + net9 and allow RollForward#11
schauerte wants to merge 1 commit intoygoe:masterfrom
schauerte:updateSdk

Conversation

@schauerte
Copy link
Copy Markdown

@schauerte schauerte commented Nov 5, 2025

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 TargetFrameworks to support net6.0 (to not introduce a breaking change) and net9.0. Additionally, the RollForward settings 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

@schauerte
Copy link
Copy Markdown
Author

Please let me know, if this has the potential to being merged. If so, I would also update the README with this PR.

@ygoe
Copy link
Copy Markdown
Owner

ygoe commented Nov 16, 2025

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.

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.

.net 7

2 participants