Skip to content

chore: Upgrade to .NET 10#6

Merged
phmatray merged 1 commit intomainfrom
chore/upgrade-to-dotnet10
Mar 9, 2026
Merged

chore: Upgrade to .NET 10#6
phmatray merged 1 commit intomainfrom
chore/upgrade-to-dotnet10

Conversation

@phmatray
Copy link
Owner

This PR upgrades the project to .NET 10 (latest stable release).

Changes:

  • ✅ Updated all .csproj files to target net10.0
  • ✅ Updated global.json to SDK 10.0.100 with latestFeature rollForward
  • ✅ Updated GitHub Actions workflows to use .NET 10.x and setup-dotnet@v5
  • ✅ Verified successful build locally

Migration notes:

  • .NET 10 includes C# 13 language features
  • All NuGet packages appear compatible
  • CI/CD will validate cross-platform builds

Testing:

  • Local build successful
  • CI/CD validation (automated)

Please review and merge once CI passes. 🚀

This PR upgrades the project to .NET 10 (latest stable release).

Changes:
- Updated all .csproj files to target net10.0
- Updated global.json to SDK 10.0.100 with latestFeature rollForward
- Updated GitHub Actions workflows to use .NET 10.x and setup-dotnet@v5
- Verified successful build locally

Migration notes:
- .NET 10 includes C# 13 language features
- All NuGet packages should be compatible
- CI/CD will validate cross-platform builds
@phmatray phmatray merged commit 79a3fd5 into main Mar 9, 2026
1 check 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