Skip to content

Update GitHub workflows to use .NET 10#9

Merged
coderynx merged 1 commit intomainfrom
develop
Dec 16, 2025
Merged

Update GitHub workflows to use .NET 10#9
coderynx merged 1 commit intomainfrom
develop

Conversation

@coderynx
Copy link
Owner

@coderynx coderynx commented Dec 16, 2025

This pull request updates our CI and release workflows to use .NET 10 instead of .NET 9. The changes ensure that all automated builds and releases are run against the latest major version of .NET, keeping our tooling up to date.

CI/CD pipeline updates:

  • Updated the dotnet-version in .github/workflows/ci.yml from 9.x to 10.x, so all CI builds now use .NET 10.
  • Changed the default dotnet-version input in .github/workflows/release-nuget-package.yml from 9.x to 10.x to ensure NuGet package releases use .NET 10 by default.
  • Updated the dotnet-version in .github/workflows/release.yml from 9.x to 10.x to align release builds with the latest .NET version.

@coderynx coderynx merged commit 5e871bb into main Dec 16, 2025
2 checks passed
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.

1 participant