[7.0.2 Cherry-pick] Switch SDK rollForward from disable to patch for automatic servicing updates#4367
Merged
Merged
Conversation
…updates (#4364) * Switch SDK rollForward from disable to patch Allow automatic roll-forward within the 10.0.3xx feature band so that servicing patches (e.g. security fixes like 10.0.301) are picked up by CI agents and developers without requiring a dedicated PR for each bump. The base version remains 10.0.300 — this is the minimum required SDK. Any installed 10.0.3xx patch will be used automatically. Updated both global.json files: - /global.json (repo root) - /tools/PackageCompatibility/global.json * Re-worded SDK comment.
44e0d6f to
8690093
Compare
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts .NET SDK selection policy to reduce maintenance overhead from frequent patch-level SDK bumps while staying within the MSBuild 17.x-compatible .NET 10.0.1xx feature band.
Changes:
- Sets
sdk.versionto10.0.100as the minimum required .NET 10 SDK. - Updates
rollForwardfromdisableto allow patch-level servicing updates within the feature band. - Refreshes the explanatory comments around MSBuild compatibility constraints.
apoorvdeshmukh
approved these changes
Jun 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## release/7.0 #4367 +/- ##
===============================================
- Coverage 73.11% 65.64% -7.47%
===============================================
Files 280 275 -5
Lines 43026 65853 +22827
===============================================
+ Hits 31457 43229 +11772
- Misses 11569 22624 +11055
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
paulmedynski
approved these changes
Jun 16, 2026
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.
Description
Switches
global.jsonSDK resolution from"rollForward": "disable"(exact pin) to"rollForward": "patch"(allow roll-forward within the 10.0.1xx feature band).Motivation
Changes
global.jsonrollForward:disable→patch, updated commentNotes
10.0.100— this is the minimum required SDKdotnet buildof the main SqlClient project succeeds with SDK 10.0.107Testing