Skip to content

Conversation

@RicoSuter
Copy link
Owner

@RicoSuter RicoSuter commented Sep 16, 2025

Ref #5216

@RicoSuter
Copy link
Owner Author

@lahma it seems that we need to install .NET8/9 as well, right? But this script only installs/ensures the one from global.json. What's the right way to fix this?

@lahma
Copy link
Collaborator

lahma commented Sep 17, 2025

@RicoSuter I think you need to adjust here:

var onUbuntu = image.ToString().StartsWith("ubuntu", StringComparison.OrdinalIgnoreCase);
if (onUbuntu)
{
newSteps.Insert(0, new GitHubActionsSetupDotNetStep(["8.0", "9.0"]));
}

Maybe shouldn't have OS check then. Then run build.cmd to regenerate.

@RicoSuter RicoSuter changed the title feature: Add .NET 10 support Add .NET 10 support Sep 17, 2025
@RicoSuter RicoSuter merged commit 2033781 into master Sep 18, 2025
3 checks passed
This was referenced Sep 19, 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.

3 participants