Update BootstrapSdkVersion to 10.0.107#13733
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aligns MSBuild’s bootstrap SDK with the repository’s pinned .NET SDK (10.0.107) to avoid bootstrap/test flakiness caused by a runtime mismatch introduced by the Arcade dependency update in #13721.
Changes:
- Bump
BootstrapSdkVersionfrom10.0.106to10.0.107so the bootstrap layout includes the expected runtime/framework version.
Contributor
There was a problem hiding this comment.
Review: Clean ✅
Reviewed against the 24-dimension MSBuild methodology. This is a minimal, well-scoped infrastructure fix.
- Backwards Compatibility: No behavioral change — just aligning an internal version property. ✅
- Correctness:
BootstrapSdkVersion(10.0.106 → 10.0.107) now matches thedotnetSDK version inglobal.json(10.0.107), which was bumped in #13721. This eliminates the runtime mismatch that caused test flakiness (#13732). ✅ - Scope Discipline: Single-concern PR, exactly one line changed. ✅
- Build Infrastructure: No impact on public API, performance, or external consumers. ✅
No issues found.
Generated by Expert Code Review (on open) for issue #13733 · ● 1.1M
ViktorHofer
approved these changes
May 11, 2026
Member
Author
|
This failed with the flaky test we're trying to fix in #13704. That failed with this error. I am merging on red to unstick that. |
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.
Follow-up to #13721, which bumped the real SDK to 107 but didn't adjust this, leading to test flakiness #13732.
Work around that flakiness by updating the bootstrap base SDK to one that provides the same runtime the Arcade SDK requires.