Skip to content

Conversation

@webwarrior-ws
Copy link
Contributor

Supersedes #704.

Fixes #687.

webwarrior-ws and others added 2 commits November 17, 2025 13:54
Added a job that tests built binaries with .NET 10 SDK
installed, like it is already done for .NET 8, which
demonstrates the issue raised in fsprojects#687.
It looks like the current roll foward behaviour was added
for fsprojects#519 to fix issues where only a newer version than the
tool was built with, is available.

Changing this to LatestMajor, however, would make it just use
the latest all the time (so for example, if you have both .NET6
and .NET8 installed, then it will use .NET8 all the time).

Fixes fsprojects#687
@knocte knocte merged commit 1347689 into fsprojects:master Nov 17, 2025
7 checks passed
@knocte knocte mentioned this pull request Nov 26, 2025
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.

Execution fails when using dotnet 7.x or 8.x to target net6.0 project

3 participants