Skip to content

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

Open
github-actions[bot] wants to merge 11 commits into
release/10.0.3xxfrom
merge/release/10.0.1xx-to-release/10.0.3xx
Open

[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx'#10353
github-actions[bot] wants to merge 11 commits into
release/10.0.3xxfrom
merge/release/10.0.1xx-to-release/10.0.3xx

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

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:

  • nagilson
  • dotnet-maestro[bot]

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/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
or if you are using SSH
git push git@github.com:dotnet/templating 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/templating 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/templating 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/templating 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/templating 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.

dotnet-maestro Bot and others added 10 commits June 17, 2026 13:59
> [!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**:
[20260616.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=3001609)
([318985](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/318985))
- **Date Produced**: June 16, 2026 9:12:55 PM UTC
- **Commit**:
[1ad649b85fc8370d68639e33806b037a2ebf5374](dotnet/dotnet@1ad649b)
- **Commit Diff**:
[efeff38...1ad649b](dotnet/dotnet@efeff38...1ad649b)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26312.109 to 10.0.0-beta.26316.103][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@efeff38...1ad649b
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/runtime@dcb5e91...10c2d44
-
dotnet/sdk@4421d8c...ada4803
-
dotnet/source-build-assets@7628ed9...5fdea98
-
736970b...e9d0556
-
dotnet/windowsdesktop@74cad43...f3c6abb
-
dotnet/wpf@2236bae...1759c94

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:1ad649b85fc8370d68639e33806b037a2ebf5374..https://github.com/dotnet/templating:darc-release/10.0.1xx-b925ec3d-c6d0-4238-b230-2dd87cb74f67
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260616.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=3001871)
([319025](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/319025))
- **Date Produced**: June 17, 2026 4:28:55 AM UTC
- **Commit**:
[78bac42c50acdc6084669efd44ab5f4c0343a5f2](dotnet/dotnet@78bac42)
- **Commit Diff**:
[1ad649b...78bac42](dotnet/dotnet@1ad649b...78bac42)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26316.103 to 10.0.0-beta.26316.108][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@1ad649b...78bac42
[marker]: <> (Start:Footer:CodeFlow PR)

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:78bac42c50acdc6084669efd44ab5f4c0343a5f2..https://github.com/dotnet/templating:darc-release/10.0.1xx-2bc6652a-69f2-4e96-bf37-7260bbc8a9de
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260619.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=3004176)
([319504](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/319504))
- **Date Produced**: June 20, 2026 12:54:49 AM UTC
- **Commit**:
[47c73391bfb8274e379c74c19694ccabff33bc3e](dotnet/dotnet@47c7339)
- **Commit Diff**:
[78bac42...47c7339](dotnet/dotnet@78bac42...47c7339)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26316.108 to 10.0.0-beta.26319.104][2]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.10 to 2.0.10][2]
  - System.CommandLine

[marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e)


[1]: dotnet/dotnet@78bac42...25acae0

[2]: dotnet/dotnet@78bac42...47c7339
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/efcore@9d1b795...db55508
-
dotnet/sdk@ada4803...a4831de
-
dotnet/source-build-assets@5fdea98...64e1a14
-
e9d0556...463cf6f

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:47c73391bfb8274e379c74c19694ccabff33bc3e..https://github.com/dotnet/templating:darc-release/10.0.1xx-220d1a93-d4a1-4fd7-baf3-951f459691a1
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260625.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=3008247)
([320294](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/320294))
- **Date Produced**: June 26, 2026 12:32:33 AM UTC
- **Commit**:
[61211cc17fddfdc4d4fbd5b94b78a0e39d18a037](dotnet/dotnet@61211cc)
- **Commit Diff**:
[47c7339...61211cc](dotnet/dotnet@47c7339...61211cc)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26319.104 to 10.0.0-beta.26325.116][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@47c7339...61211cc
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@7b306e3...1373629
-
dotnet/aspnetcore@13e5063...2adedfc
-
dotnet/runtime@10c2d44...bee7e39
-
dotnet/sdk@a4831de...87e8d20
-
dotnet/sourcelink@0ab0100...9252047
-
463cf6f...c97dc49
-
dotnet/windowsdesktop@f3c6abb...243483d
-
dotnet/wpf@1759c94...174c876

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:61211cc17fddfdc4d4fbd5b94b78a0e39d18a037..https://github.com/dotnet/templating:darc-release/10.0.1xx-99d3cc99-e440-414f-bcd2-a1a0679a4e59
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260626.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=3008725)
([320383](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/320383))
- **Date Produced**: June 26, 2026 2:14:27 PM UTC
- **Commit**:
[4ab952856bd677ea1054c1fa77a209a4700d3119](dotnet/dotnet@4ab9528)
- **Commit Diff**:
[61211cc...4ab9528](dotnet/dotnet@61211cc...4ab9528)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26325.116 to 10.0.0-beta.26326.102][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@61211cc...4ab9528
[marker]: <> (Start:Footer:CodeFlow PR)

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:4ab952856bd677ea1054c1fa77a209a4700d3119..https://github.com/dotnet/templating:darc-release/10.0.1xx-53b17d14-3057-4697-8902-fd37f8bfc8da
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260628.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=3010161)
([320580](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/320580))
- **Date Produced**: June 28, 2026 9:43:23 PM UTC
- **Commit**:
[d90771109c7250deb1786ca4b5a7d9bf2051a1e2](dotnet/dotnet@d907711)
- **Commit Diff**:
[4ab9528...d907711](dotnet/dotnet@4ab9528...d907711)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26326.102 to 10.0.0-beta.26328.103][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@4ab9528...d907711
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/runtime@bee7e39...62582ba
-
dotnet/sdk@87e8d20...61f5d14
-
c97dc49...9ec015a
-
dotnet/windowsdesktop@243483d...0b3bbf2

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:d90771109c7250deb1786ca4b5a7d9bf2051a1e2..https://github.com/dotnet/templating:darc-release/10.0.1xx-f142a616-ae30-46b2-bd04-c4953a521af7
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260629.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=3010615)
([320715](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/320715))
- **Date Produced**: June 29, 2026 4:34:29 PM UTC
- **Commit**:
[2d37d6cebea0529f77d862c57db2873cfb2fba3d](dotnet/dotnet@2d37d6c)
- **Commit Diff**:
[d907711...2d37d6c](dotnet/dotnet@d907711...2d37d6c)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26328.103 to 10.0.0-beta.26329.103][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@d907711...2d37d6c
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/runtime@62582ba...85873d9
-
dotnet/source-build-assets@64e1a14...e98926e

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:2d37d6cebea0529f77d862c57db2873cfb2fba3d..https://github.com/dotnet/templating:darc-release/10.0.1xx-37e410f6-0035-4934-90b0-90e578a6d211
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
> [!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**:
[20260630.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=3011805)
([320986](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/320986))
- **Date Produced**: July 1, 2026 12:00:52 AM UTC
- **Commit**:
[e8551b43d851fdfa6fdcfe3fc10aa315148f623b](dotnet/dotnet@e8551b4)
- **Commit Diff**:
[2d37d6c...e8551b4](dotnet/dotnet@2d37d6c...e8551b4)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26329.103 to 10.0.0-beta.26330.110][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@2d37d6c...e8551b4
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/runtime@85873d9...cc77fc9
-
dotnet/source-build-assets@e98926e...fe5e347

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:e8551b43d851fdfa6fdcfe3fc10aa315148f623b..https://github.com/dotnet/templating:darc-release/10.0.1xx-64152911-abb5-4c32-ba41-7db7b73b3fc1
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
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 ]]
> [!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**:
[20260701.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=3012730)
([321165](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/321165))
- **Date Produced**: July 2, 2026 5:13:19 AM UTC
- **Commit**:
[09b877029dcd0b265a5425132ce4b03d8e7d7060](dotnet/dotnet@09b8770)
- **Commit Diff**:
[e8551b4...09b8770](dotnet/dotnet@e8551b4...09b8770)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26330.110 to 10.0.0-beta.26351.110][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@e8551b4...09b8770
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/sdk@61f5d14...849aaa9
-
dotnet/source-build-assets@fe5e347...7e0bf56

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:09b877029dcd0b265a5425132ce4b03d8e7d7060..https://github.com/dotnet/templating:darc-release/10.0.1xx-0e2120d0-2662-4efd-b253-2971704e14c7
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
@github-actions github-actions Bot requested a review from a team as a code owner July 7, 2026 16:39
@marcpopMSFT marcpopMSFT enabled auto-merge July 8, 2026 23:18
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