Skip to content

[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx' - #1745

Merged
ViktorHofer merged 42 commits into
release/10.0.3xxfrom
merge/release/10.0.1xx-to-release/10.0.3xx
Jul 29, 2026
Merged

[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx'#1745
ViktorHofer merged 42 commits into
release/10.0.3xxfrom
merge/release/10.0.1xx-to-release/10.0.3xx

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

I detected changes in the release/10.0.1xx branch which have not been merged yet to release/10.0.3xx. I'm a robot and am configured to help you automatically keep release/10.0.3xx up to date, so I've opened this PR.

This PR merges commits made on release/10.0.1xx by the following committers:

  • dotnet-maestro[bot]
  • ViktorHofer

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/10.0.1xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.0.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
or if you are using SSH
git push git@github.com:dotnet/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.3xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/10.0.1xx-to-release/10.0.3xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/sourcelink merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
or if you are using SSH
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/sourcelink merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.3xx

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

ViktorHofer and others added 30 commits January 13, 2026 19:54
…54a-4c21-a7c4-251e07a921b3

[release/10.0.1xx] Source code updates from dotnet/dotnet
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / 3628157 build 301172

[[ commit created by automation ]]

* Update dependencies from build 301172
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26105.106 -> To Version 10.0.0-beta.26110.106 (parent: )

System.CommandLine From Version 2.0.4 -> To Version 2.0.4 (parent: )

[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26110.106 -> To Version 10.0.0-beta.26110.124 (parent: )

System.CommandLine From Version 2.0.4 -> To Version 2.0.4 (parent: )

[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26110.124 -> To Version 10.0.0-beta.26112.101 (parent: )

System.CommandLine From Version 2.0.4 -> To Version 2.0.4 (parent: )

[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26112.101 -> To Version 10.0.0-beta.26117.104 (parent: )

System.CommandLine From Version 2.0.4 -> To Version 2.0.4 (parent: )

[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[release/10.0.1xx] Source code updates from dotnet/dotnet
* Backflow from https://github.com/dotnet/dotnet / c062731 build 303025

[[ commit created by automation ]]

* Update dependencies from build 303025
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26117.115 -> 10.0.0-beta.26123.105)
System.CommandLine (Version 2.0.4 -> 2.0.5)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / 4f2d31c build 303263

[[ commit created by automation ]]

* Update dependencies from build 303263
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26123.105 -> 10.0.0-beta.26124.113)
System.CommandLine (Version 2.0.5 -> 2.0.5)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26124.113 -> 10.0.0-beta.26125.128)
System.CommandLine (Version 2.0.5 -> 2.0.5)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / e26c161 build 304232

[[ commit created by automation ]]

* Update dependencies from build 304232
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26125.128 -> 10.0.0-beta.26152.119)
System.CommandLine (Version 2.0.5 -> 2.0.6)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / e3ba196 build 305271

[[ commit created by automation ]]

* Update dependencies from build 305271
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26152.119 -> 10.0.0-beta.26159.102)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 306785
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26159.102 -> 10.0.0-beta.26168.104)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

* Update dependencies from build 307091
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26168.104 -> 10.0.0-beta.26170.102)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26170.102 -> 10.0.0-beta.26173.108)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26173.108 -> 10.0.0-beta.26173.116)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 308175
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26173.116 -> 10.0.0-beta.26177.113)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

* Update dependencies from build 308777
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26177.113 -> 10.0.0-beta.26201.102)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

* Update dependencies from build 309217
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26201.102 -> 10.0.0-beta.26203.109)
System.CommandLine (Version 2.0.6 -> 2.0.6)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / 8639c3b build 309770

[[ commit created by automation ]]

* Update dependencies from build 309770
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26203.109 -> 10.0.0-beta.26209.115)
System.CommandLine (Version 2.0.6 -> 2.0.7)
[[ commit created by automation ]]

* Update dependencies from build 309867
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26209.115 -> 10.0.0-beta.26210.105)
System.CommandLine (Version 2.0.7 -> 2.0.7)
[[ commit created by automation ]]

* Update dependencies from build 310209
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26210.105 -> 10.0.0-beta.26213.115)
System.CommandLine (Version 2.0.7 -> 2.0.7)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / d5a73cb build 310763

[[ commit created by automation ]]

* Update dependencies from build 310763
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26213.115 -> 10.0.0-beta.26216.111)
System.CommandLine (Version 2.0.7 -> 2.0.7)
[[ commit created by automation ]]

* Backflow from https://github.com/dotnet/dotnet / 71d1809 build 311039

[[ commit created by automation ]]

* Update dependencies from build 311039
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26216.111 -> 10.0.0-beta.26217.115)
System.CommandLine (Version 2.0.7 -> 2.0.8)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…f70-4499-8992-39a6a706c27a

[release/10.0.1xx] Source code updates from dotnet/dotnet
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26229.109 -> 10.0.0-beta.26230.105)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26230.105 -> 10.0.0-beta.26252.101)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 313063
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26252.101 -> 10.0.0-beta.26255.102)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

* Update dependencies from build 313363
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26255.102 -> 10.0.0-beta.26256.103)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26256.103 -> 10.0.0-beta.26257.101)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26257.101 -> 10.0.0-beta.26270.134)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro Bot and others added 11 commits May 27, 2026 09:43
* Update dependencies from build 315454
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26270.134 -> 10.0.0-beta.26271.121)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

* Update dependencies from build 315592
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26271.121 -> 10.0.0-beta.26272.117)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

* Update dependencies from build 315678
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26272.117 -> 10.0.0-beta.26274.103)
System.CommandLine (Version 2.0.9 -> 2.0.9)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / d045531 build 315959

Diff: https://github.com/dotnet/dotnet/compare/d0455315ecb2553e5df2879aaa0b99cc5d573d8f..d0455315ecb2553e5df2879aaa0b99cc5d573d8f

From: dotnet/dotnet@d045531
To: dotnet/dotnet@d045531

[[ commit created by automation ]]

* Update dependencies from build 315959
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26274.103 -> 10.0.0-beta.26276.118)
System.CommandLine (Version 2.0.9 -> 2.0.10)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / fb9903c build 316646

Diff: https://github.com/dotnet/dotnet/compare/0685683309889ba59869e33948ada58c28593509..fb9903c586269a0851541c06b079220bf09a1e98

From: dotnet/dotnet@0685683
To: dotnet/dotnet@fb9903c

[[ commit created by automation ]]

* Update dependencies from build 316646
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26276.118 -> 10.0.0-beta.26301.104)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26301.104 -> 10.0.0-beta.26303.104)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26303.104 -> 10.0.0-beta.26303.112)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 317732
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26303.112 -> 10.0.0-beta.26307.103)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 318062
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26307.103 -> 10.0.0-beta.26309.104)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26309.104 -> 10.0.0-beta.26312.109)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 318985
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26312.109 -> 10.0.0-beta.26316.103)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 319025
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26316.103 -> 10.0.0-beta.26316.108)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 319222
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26316.108 -> 10.0.0-beta.26317.108)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 319504
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26317.108 -> 10.0.0-beta.26319.104)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from build 320294
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26319.104 -> 10.0.0-beta.26325.116)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 320383
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26325.116 -> 10.0.0-beta.26326.102)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 320484
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26326.102 -> 10.0.0-beta.26326.123)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 320580
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26326.123 -> 10.0.0-beta.26328.103)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 320715
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26328.103 -> 10.0.0-beta.26329.103)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 320986
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26329.103 -> 10.0.0-beta.26330.110)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 321165
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26330.110 -> 10.0.0-beta.26351.110)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 321410
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26351.110 -> 10.0.0-beta.26353.102)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 321438
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26353.102 -> 10.0.0-beta.26354.103)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 321619
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26354.103 -> 10.0.0-beta.26356.107)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 321661
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26356.107 -> 10.0.0-beta.26356.112)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 321983
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26356.112 -> 10.0.0-beta.26358.108)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 322216
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26358.108 -> 10.0.0-beta.26359.106)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 322363
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26359.106 -> 10.0.0-beta.26359.121)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Update dependencies from build 322528
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26359.121 -> 10.0.0-beta.26361.102)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]

* Backflow from https://github.com/dotnet/dotnet / e0c9b3f build 324500

Diff: https://github.com/dotnet/dotnet/compare/b63fd14d0c0dc26a52814d3f8debb67ba806f1f0..e0c9b3f934e7b97b360f4ce3692ab45b9634ae1d

From: dotnet/dotnet@b63fd14
To: dotnet/dotnet@e0c9b3f

[[ commit created by automation ]]

* Update dependencies from build 324500
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26361.102 -> 10.0.0-beta.26376.103)
System.CommandLine (Version 2.0.10 -> 2.0.12)

Added Dependencies:
System.Security.Cryptography.Xml (Version 10.0.12)
[[ commit created by automation ]]

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Reset patterns:
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/common/*
- NuGet.config
- global.json
@ViktorHofer
ViktorHofer merged commit c21f6ff into release/10.0.3xx Jul 29, 2026
2 checks passed
@ViktorHofer
ViktorHofer deleted the merge/release/10.0.1xx-to-release/10.0.3xx branch July 29, 2026 09:17
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-rc1 milestone Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants