[BD-846] Upgrade from .NET 8 to .NET 10#20
Merged
Ranganathan-code-ops merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
- Upgrade all 6 .csproj TargetFramework from net8.0 to net10.0 - Upgrade Microsoft.AspNetCore.OpenApi from 8.0.23 to 10.0.3 - Upgrade Swashbuckle.AspNetCore from 10.1.0 to 10.1.2 - Upgrade Microsoft.AspNetCore.Mvc.Testing from 8.0.* to 10.0.3 - Upgrade Microsoft.NET.Test.Sdk from 17.8.0 to 18.0.1 - Upgrade xunit from 2.5.3 to 2.9.3, xunit.runner.visualstudio to 3.1.5 - Align Moq version to 4.20.72 across all test projects - Update Dockerfile base images from dotnet/sdk:8.0 to 10.0 - Update CI/CD workflows DOTNET_VERSION from 8.0.x to 10.0.x - Add global.json pinning SDK to 10.0.102 with latestFeature rollForward - All 150 tests pass (115 unit + 35 integration) Closes BD-859, BD-860, BD-861, BD-862 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7abe939 to
7c3bed5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
net8.0tonet10.0(6 .csproj files)dotnet/sdk:8.0→10.0anddotnet/aspnet:8.0→10.08.0.x→10.0.xglobal.jsonpinning SDK to 10.0.102 withlatestFeaturerollForwardPackage Upgrades
Test Plan
JIRA
Closes BD-859, BD-860, BD-861, BD-862
🤖 Generated with Claude Code