[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx' (conflicts resolved) - #10317
Merged
SimonZhao888 merged 3 commits intoJun 11, 2026
Merged
Conversation
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26309.104 -> 10.0.0-beta.26310.111) System.CommandLine (Version 2.0.10 -> 2.0.10) [[ commit created by automation ]]
> [!NOTE] > This is a codeflow update. It may contain both source code changes from > [the VMR](https://github.com/dotnet/dotnet) > as well as dependency updates. Learn more [here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md). This pull request brings the following source code changes [marker]: <> (Begin:2146351c-d624-4a08-bc4e-875e6191f66e) ## From https://github.com/dotnet/dotnet - **Subscription**: [2146351c-d624-4a08-bc4e-875e6191f66e](https://maestro.dot.net/subscriptions?search=2146351c-d624-4a08-bc4e-875e6191f66e) - **Build**: [20260610.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2997122) ([318234](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/318234)) - **Date Produced**: June 10, 2026 11:06:49 PM UTC - **Commit**: [e8558e6339cd4fccd998b5cdecb76eeb6ec75363](dotnet/dotnet@e8558e6) - **Commit Diff**: [798ed03...e8558e6](dotnet/dotnet@798ed03...e8558e6) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) **Updated Dependencies** - From [10.0.0-beta.26309.104 to 10.0.0-beta.26310.111][1] - Microsoft.DotNet.Arcade.Sdk - From [2.0.10 to 2.0.10][1] - System.CommandLine [marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e) [1]: dotnet/dotnet@798ed03...e8558e6 [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/aspnetcore@1e3275c...bef316c - dotnet/efcore@a036cbb...9d1b795 - dotnet/sdk@5c60093...4421d8c - dotnet/sourcelink@5b7195a...0ab0100 - 07c790b...0f368cf - dotnet/windowsdesktop@3aedc12...74cad43 - dotnet/wpf@7e2fc50...2236bae <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:e8558e6339cd4fccd998b5cdecb76eeb6ec75363..https://github.com/dotnet/templating:darc-release/10.0.1xx-f0cb154c-1d43-4305-9895-4fac2e38ee98 ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
github-actions
Bot
force-pushed
the
merge/release/10.0.1xx-to-release/10.0.3xx
branch
from
June 11, 2026 02:53
f38c6fa to
736970b
Compare
Member
|
@copilot resolve the merge conflicts in this pull request |
…ease/10.0.1xx-to-release/10.0.3xx # Conflicts: # NuGet.config # eng/Version.Details.props # eng/Version.Details.xml # global.json
Copilot
AI
changed the title
[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx'
[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx' (conflicts resolved)
Jun 11, 2026
SimonZhao888
approved these changes
Jun 11, 2026
This was referenced Jun 11, 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.
Problem
Automated inter-branch merge from
release/10.0.1xxintorelease/10.0.3xxhit merge conflicts in dependency/versioning files, so the PR could not be merged cleanly as-is.Solution
Manually resolved merge conflicts in:
NuGet.configeng/Version.Details.propseng/Version.Details.xmlglobal.jsonThe conflict resolution preserves the
release/10.0.3xxruntime dependency line while keeping the newerdotnet-dotnetdependency updates brought fromrelease/10.0.1xx, then finalizes the merge commit.Checks: