Skip to content

Comments

chore: Upgrade to .NET 10#8

Open
phmatray wants to merge 1 commit intomainfrom
chore/upgrade-to-dotnet10
Open

chore: Upgrade to .NET 10#8
phmatray wants to merge 1 commit intomainfrom
chore/upgrade-to-dotnet10

Conversation

@phmatray
Copy link
Contributor

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
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