[release/10.0.3xx] Manual backflow of sdk release/10.0.3xx#53090
Merged
premun merged 1 commit intodotnet:release/10.0.3xxfrom Feb 23, 2026
Merged
[release/10.0.3xx] Manual backflow of sdk release/10.0.3xx#53090premun merged 1 commit intodotnet:release/10.0.3xxfrom
premun merged 1 commit intodotnet:release/10.0.3xxfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Manual backflow update for the release/10.0.3xx branch, aligning the repo with a newer dotnet/dotnet source SHA and the corresponding toolset/package versions used by the SDK build infrastructure.
Changes:
- Bump
Microsoft.DotNet.Arcade.SdkandMicrosoft.DotNet.Helix.Sdkmsbuild SDK versions inglobal.json. - Update
eng/Version.Details.xmlto the newerdotnet/dotnetsource SHA/BarId and flow the associated dependency version set (MSBuild/Roslyn/NuGet/templating/etc.). - Update
eng/Version.Details.propsproperties to match the new dependency versions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| global.json | Updates msbuild SDK versions (Arcade/Helix) used by builds. |
| eng/Version.Details.xml | Advances dotnet/dotnet source SHA and the full dependency graph versions tied to that build. |
| eng/Version.Details.props | Keeps version properties in sync with the updated dependency flow. |
Contributor
Author
|
@MichaelSimons @jjonescz @vijayrkn |
Member
|
cc @dotnet/dotnet-cli |
jjonescz
approved these changes
Feb 23, 2026
Member
jjonescz
left a comment
There was a problem hiding this comment.
It's just version number updates of packages from VMR, not sure how to review that
This was referenced Feb 24, 2026
tmat
added a commit
to tmat/dotnet
that referenced
this pull request
Mar 12, 2026
commit 3d009596d1c130ded9be7576d45a4e3cc8a31d41
Author: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Date: Thu Mar 12 08:10:03 2026 -0700
[sdk] Source update 6e514f6 → 8cbac4a
Diff: https://github.com/dotnet/sdk/compare/6e514f6189902a6422a6ab91324804c37035315b..8cbac4a5cdf27c2bb606a282cc47e60a7c4ced45
From: dotnet/sdk@6e514f6
To: dotnet/sdk@8cbac4a
[[ commit created by automation ]]
```
C:\sdk>darc vmr forwardflow --build 303236 --vmr C:\dotnet
info: Flowing build 20260224.4 (303236) of commit 8cbac4a...
info: Making sure commit '8cbac4a5cdf27c2bb606a282cc47e60a7c4ced45' is present in repository 'C:\sdk'...
info: Flowing sdk's commit 8cbac4a to VMR at C:\dotnet...
info: Last flow was back flow: d346a57 -> f284d9f49aec157d49233ab5785cbcf78ed1ea58
info: Current flow is in the opposite direction
info: Creating a working branch darc/forward/8cbac4a-d346a57
info: Synchronizing sdk from 6e514f6189902a6422a6ab91324804c37035315b to https://github.com/dotnet/sdk / 8cbac4a5cdf27c2bb606a282cc47e60a7c4ced45
info: Updating VMR sdk from 6e514f6 to 8cbac4a..
info: Rebasing darc/forward/8cbac4a-d346a57 onto UpdateSdk1...
info: Auto-resolving expected conflicts...
info: Successfully auto-resolved 1 expected conflicts
info: Resolving dependency updates in source 6e514f6189902a6422a6ab91324804c37035315b..HEAD and target d346a57..UpdateSdk1
info: Changes staged in C:\dotnet
info: PRs from original repository included in this codeflow update:
- dotnet/sdk#53090
- dotnet/sdk#52347
- dotnet/sdk#53100
- dotnet/sdk#53056
```
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.
This unblocks 3xx backflow that failed on retrigger yesterday
dotnet/arcade-services#5955 (comment)