Skip to content

Conversation

@github-actions
Copy link

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

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

  • DonnaChen888
  • dotnet-maestro[bot]
  • marcpopMSFT
  • vseanreesermsft
  • NikolaMilosavljevic
  • dkurepa
  • dotnet-bot
  • MichaelSimons
  • mmitche

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/8.0.3xx
git pull --ff-only
git checkout release/8.0.4xx
git pull --ff-only
git merge --no-ff release/8.0.3xx

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

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/8.0.3xx-to-release/8.0.4xx'. 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/8.0.3xx-to-release/8.0.4xx origin/release/8.0.4xx
git pull https://github.com/dotnet/installer merge/release/8.0.3xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/installer HEAD:merge/release/8.0.3xx-to-release/8.0.4xx
or if you are using SSH
git fetch
git checkout -b merge/release/8.0.3xx-to-release/8.0.4xx origin/release/8.0.4xx
git pull git@github.com:dotnet/installer merge/release/8.0.3xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/installer HEAD:merge/release/8.0.3xx-to-release/8.0.4xx

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.

Mirroring and others added 30 commits September 3, 2025 21:13
…otnet-sdk build 20250915.25

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.120 -> To Version 8.0.121
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.120-servicing.25421.8 -> To Version 8.0.121-servicing.25465.25

Dependency coherency updates
On relative base path root
Microsoft.Build From Version 17.8.36 -> To Version 17.8.42 (parent: Microsoft.NET.Sdk)

Microsoft.SourceBuild.Intermediate.msbuild From Version 17.8.36-servicing-25411-03 -> To Version 17.8.42-servicing-25458-03 (parent: Microsoft.NET.Sdk)
…otnet-sdk build 20250916.2

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.120 -> To Version 8.0.121
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.120-servicing.25421.8 -> To Version 8.0.121-servicing.25466.2
…otnet-sdk build 20250916.7

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.120 -> To Version 8.0.121
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.120-servicing.25421.8 -> To Version 8.0.121-servicing.25466.7
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.Build**: from 17.8.36 to 17.8.42 (parent: Microsoft.NET.Sdk)
    - **Microsoft.SourceBuild.Intermediate.msbuild**: from 17.8.36-servicing-25411-03 to 17.8.42-servicing-25458-03 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20250916.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2794468) ([283355](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/283355))
- **Date Produced**: September 16, 2025 9:20:55 AM UTC
- **Commit**: [543120ed9aef049276e999d669913fb253e62a44](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC543120ed9aef049276e999d669913fb253e62a44)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.120 to 8.0.121][3]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.120-servicing.25421.8 to 8.0.121-servicing.25466.7][3]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCd7ebb03e176c3ed147c16e40d8f5095caf2a7453&targetVersion=GC543120ed9aef049276e999d669913fb253e62a44&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…otnet-sdk build 20250919.4

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.121 -> To Version 8.0.121
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.121-servicing.25466.7 -> To Version 8.0.121-servicing.25469.4

Dependency coherency updates
On relative base path root
VS.Redist.Common.NetCore.SharedFramework.x64.8.0,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.Platforms From Version 8.0.20-servicing.25419.14 -> To Version 8.0.21-servicing.25468.19 (parent: Microsoft.NET.Sdk)

Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.20 -> To Version 8.0.21 (parent: Microsoft.NET.Sdk)

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.20 -> To Version 8.0.21 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.20-servicing.25418.3 -> To Version 8.0.21-servicing.25458.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
…otnet-sdk build 20250919.25

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.121 -> To Version 8.0.121
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.121-servicing.25466.7 -> To Version 8.0.121-servicing.25469.25

Dependency coherency updates
On relative base path root
VS.Redist.Common.NetCore.SharedFramework.x64.8.0,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.Platforms From Version 8.0.20-servicing.25419.14 -> To Version 8.0.21-servicing.25469.8 (parent: Microsoft.NET.Sdk)

Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Runtime.win-x64,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.20 -> To Version 8.0.21 (parent: Microsoft.NET.Sdk)

Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets From Version 8.0.20-servicing.25420.2 -> To Version 8.0.21-servicing.25469.9 (parent: Microsoft.NET.Sdk)

Microsoft.Build From Version 17.8.42 -> To Version 17.8.43 (parent: Microsoft.NET.Sdk)

Microsoft.SourceBuild.Intermediate.msbuild From Version 17.8.42-servicing-25458-03 -> To Version 17.8.43-servicing-25466-03 (parent: Microsoft.NET.Sdk)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.20-servicing.25419.14 to 8.0.21-servicing.25469.8 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Ref**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.20-servicing.25419.14 to 8.0.21-servicing.25469.8 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.Platforms**: from 8.0.20-servicing.25419.14 to 8.0.21-servicing.25469.8 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Ref**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.20-servicing.25420.2 to 8.0.21-servicing.25469.9 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.20-servicing.25420.2 to 8.0.21-servicing.25469.9 (parent: Microsoft.NET.Sdk)
    - **dotnet-dev-certs**: from 8.0.20-servicing.25420.2 to 8.0.21-servicing.25469.9 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-jwts**: from 8.0.20-servicing.25420.2 to 8.0.21-servicing.25469.9 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-secrets**: from 8.0.20-servicing.25420.2 to 8.0.21-servicing.25469.9 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NET.ILLink.Tasks**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.Build**: from 17.8.42 to 17.8.43 (parent: Microsoft.NET.Sdk)
    - **Microsoft.SourceBuild.Intermediate.msbuild**: from 17.8.42-servicing-25458-03 to 17.8.43-servicing-25466-03 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.21 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20250919.25](https://dev.azure.com/dnceng/internal/_build/results?buildId=2797729) ([284022](https://maestro.dot.net/channel/3881...
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.AspNetCore.App.Ref**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.21-servicing.25469.9 to 8.0.21-servicing.25474.11 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.21-servicing.25469.9 to 8.0.21-servicing.25474.11 (parent: Microsoft.NET.Sdk)
    - **dotnet-dev-certs**: from 8.0.21-servicing.25469.9 to 8.0.21-servicing.25474.11 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-jwts**: from 8.0.21-servicing.25469.9 to 8.0.21-servicing.25474.11 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-secrets**: from 8.0.21-servicing.25469.9 to 8.0.21-servicing.25474.11 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20250924.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2801282) ([284617](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/284617))
- **Date Produced**: September 25, 2025 1:06:06 AM UTC
- **Commit**: [c7bc96ab86dec82e1ba2553afbb7a0d617b80fe2](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GCc7bc96ab86dec82e1ba2553afbb7a0d617b80fe2)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.121 to 8.0.121][2]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.121-servicing.25469.25 to 8.0.121-servicing.25474.11][2]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCe7564632db16dae7d5dedfa475d8c618762d8584&targetVersion=GCc7bc96ab86dec82e1ba2553afbb7a0d617b80fe2&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.21-servicing.25473.21 to 8.0.21-servicing.25475.13 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Ref**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.21-servicing.25473.21 to 8.0.21-servicing.25475.13 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.Platforms**: from 8.0.21-servicing.25473.21 to 8.0.21-servicing.25475.13 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NET.ILLink.Tasks**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20250925.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2802122) ([284771](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/284771))
- **Date Produced**: September 26, 2025 1:25:04 AM UTC
- **Commit**: [b24c8a7441bb0025ff99adbc8681f4568968d2a9](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GCb24c8a7441bb0025ff99adbc8681f4568968d2a9)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.121 to 8.0.121][1]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.121-servicing.25474.11 to 8.0.121-servicing.25475.5][1]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCc7bc96ab86dec82e1ba2553afbb7a0d617b80fe2&targetVersion=GCb24c8a7441bb0025ff99adbc8681f4568968d2a9&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.21-servicing.25474.4 to 8.0.21-servicing.25475.7 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.21-servicing.25474.4 to 8.0.21-servicing.25475.7 (parent: Microsoft.NET.Sdk)
    - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.21-servicing.25474.1 to 8.0.21-servicing.25475.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
    - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.21-servicing.25474.4 to 8.0.21-servicing.25475.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20250925.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=2802267) ([284791](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/284791))
- **Date Produced**: September 26, 2025 3:57:40 AM UTC
- **Commit**: [9fb8ccb8a9eb6e53717be21654d0fbf46356c095](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC9fb8ccb8a9eb6e53717be21654d0fbf46356c095)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.121 to 8.0.121][1]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.121-servicing.25475.5 to 8.0.121-servicing.25475.10][1]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCb24c8a7441bb0025ff99adbc8681f4568968d2a9&targetVersion=GC9fb8ccb8a9eb6e53717be21654d0fbf46356c095&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…otnet-sdk build 20250925.16

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.121 -> To Version 8.0.121
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.121-servicing.25475.10 -> To Version 8.0.121-servicing.25475.16

Dependency coherency updates
On relative base path root
Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21 (parent: Microsoft.NET.Sdk)

Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets From Version 8.0.21-servicing.25474.11 -> To Version 8.0.21-servicing.25475.15 (parent: Microsoft.NET.Sdk)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.AspNetCore.App.Ref**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.21-servicing.25474.11 to 8.0.21-servicing.25475.15 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.21 to 8.0.21 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.21-servicing.25474.11 to 8.0.21-servicing.25475.15 (parent: Microsoft.NET.Sdk)
    - **dotnet-dev-certs**: from 8.0.21-servicing.25474.11 to 8.0.21-servicing.25475.15 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-jwts**: from 8.0.21-servicing.25474.11 to 8.0.21-servicing.25475.15 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-secrets**: from 8.0.21-servicing.25474.11 to 8.0.21-servicing.25475.15 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20250925.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2802349) ([284806](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/284806))
- **Date Produced**: September 26, 2025 5:14:20 AM UTC
- **Commit**: [b05b06bb8ee2d31ffd53e0c923abbd42a8356263](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GCb05b06bb8ee2d31ffd53e0c923abbd42a8356263)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.121 to 8.0.121][1]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.121-servicing.25475.10 to 8.0.121-servicing.25475.16][1]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC9fb8ccb8a9eb6e53717be21654d0fbf46356c095&targetVersion=GCb05b06bb8ee2d31ffd53e0c923abbd42a8356263&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…otnet-sdk build 20251007.8

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.121 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.121-servicing.25475.16 -> To Version 8.0.122-servicing.25507.8
…otnet-sdk build 20251008.8

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.121 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.121-servicing.25475.16 -> To Version 8.0.122-servicing.25508.8
dotnet-bot and others added 27 commits October 16, 2025 03:40
…otnet-sdk build 20251015.20

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.122 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.122-servicing.25514.14 -> To Version 8.0.122-servicing.25515.20
Resolve SB patch conflict

Fixes dotnet/source-build#5372

----
#### AI description  (iteration 1)
#### PR Classification
This pull request resolves a Source Build patch conflict by updating MSBuild dependency versions.

#### PR Summary
The changes ensure consistency in MSBuild dependencies by revising versions and SHA hashes to 17.8.29 across key configuration files.
- `src/SourceBuild/patches/runtime/0002-Update-MSBuild-dependencies.patch`: Updated dependency versions and corresponding SHA hashes from 17.8.3 to 17.8.29.
- `eng/Versions.props`: Aligned the MSBuild version and its related task, framework, and utilities core properties to 17.8.29.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-sdk build 20251016.17

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.122 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.122-servicing.25514.14 -> To Version 8.0.122-servicing.25516.17
…otnet-sdk build 20251016.21

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.122 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.122-servicing.25514.14 -> To Version 8.0.122-servicing.25516.21
…otnet-sdk build 20251017.16

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.122 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.122-servicing.25514.14 -> To Version 8.0.122-servicing.25517.16

Dependency coherency updates
On relative base path root
Microsoft.WindowsDesktop.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22 (parent: Microsoft.NET.Sdk)

VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25514.1 -> To Version 8.0.22-servicing.25517.1 (parent: Microsoft.NET.Sdk)

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.Platforms From Version 8.0.22-servicing.25513.14 -> To Version 8.0.22-servicing.25517.4 (parent: Microsoft.NET.Sdk)

Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets From Version 8.0.22-servicing.25514.12 -> To Version 8.0.22-servicing.25517.13 (parent: Microsoft.NET.Sdk)

Microsoft.Dotnet.WinForms.ProjectTemplates From Version 8.0.22-servicing.25514.2 -> To Version 8.0.22-servicing.25517.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

Microsoft.DotNet.Wpf.ProjectTemplates From Version 8.0.22-servicing.25514.4 -> To Version 8.0.22-servicing.25517.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.22 -> To Version 8.0.22 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.22-servicing.25509.3 -> To Version 8.0.22-servicing.25516.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20251017.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2818882) ([287672](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/287672))
- **Date Produced**: October 18, 2025 12:20:36 AM UTC
- **Commit**: [57d781e0974dfdccb3ded771f62bb38206ac6769](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC57d781e0974dfdccb3ded771f62bb38206ac6769)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.122 to 8.0.122][5]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.122-servicing.25514.14 to 8.0.122-servicing.25517.16][5]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[5]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC24257db965229b05da97375967c7732518dfe6c7&targetVersion=GC57d781e0974dfdccb3ded771f62bb38206ac6769&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.22-servicing.25514.1 to 8.0.22-servicing.25517.1 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.22-servicing.25514.1 to 8.0.22-servicing.25517.1 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.22-servicing.25513.14 to 8.0.22-servicing.25517.4 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Ref**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.22-servicing.25513.14 to 8.0.22-servicing.25517.4 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **Microsoft.NETCore.Platforms**: from 8.0.22-servicing.25513.14 to 8.0.22-servicing.25517.4 (paren...
…otnet-sdk build 20251019.2

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.122 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.122-servicing.25517.16 -> To Version 8.0.122-servicing.25519.2

Dependency coherency updates
On relative base path root
Microsoft.Build From Version 17.8.43 -> To Version 17.8.43 (parent: Microsoft.NET.Sdk)

Microsoft.SourceBuild.Intermediate.msbuild From Version 17.8.43-servicing-25466-03 -> To Version 17.8.43-servicing-25517-04 (parent: Microsoft.NET.Sdk)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.Build**: from 17.8.43 to 17.8.43 (parent: Microsoft.NET.Sdk)
    - **Microsoft.SourceBuild.Intermediate.msbuild**: from 17.8.43-servicing-25466-03 to 17.8.43-servicing-25517-04 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20251019.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2819913) ([287763](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/287763))
- **Date Produced**: October 20, 2025 2:02:39 AM UTC
- **Commit**: [1f0b128337aa5bea874715b08eac26b0af54e00c](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC1f0b128337aa5bea874715b08eac26b0af54e00c)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.122 to 8.0.122][1]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.122-servicing.25517.16 to 8.0.122-servicing.25519.2][1]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC57d781e0974dfdccb3ded771f62bb38206ac6769&targetVersion=GC1f0b128337aa5bea874715b08eac26b0af54e00c&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
Resolves a VMR sync issue due to a patch conflict

----
#### AI description  (iteration 1)
#### PR Classification
This pull request fixes a runtime patch by updating MSBuild dependency versions and corresponding SHA values.

#### PR Summary
The changes bump MSBuild and related package versions from 17.8.29 to 17.8.43 to ensure consistency in dependency management.
- `src/SourceBuild/patches/runtime/0002-Update-MSBuild-dependencies.patch`: Updated the version and SHA for MSBuild, Microsoft.Build.Framework, Microsoft.Build.Tasks.Core, Microsoft.Build.Utilities.Core, and Microsoft.SourceBuild.Intermediate.msbuild.
- `eng/Versions.props`: Revised version properties to reflect the new MSBuild version across tasks, framework, and utilities.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-sdk build 20251021.9

On relative base path root
Microsoft.DotNet.Common.ItemTemplates From Version 8.0.122 -> To Version 8.0.122
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.122-servicing.25519.2 -> To Version 8.0.122-servicing.25521.9

Dependency coherency updates
On relative base path root
Microsoft.Build From Version 17.8.43 -> To Version 17.8.43 (parent: Microsoft.NET.Sdk)

Microsoft.SourceBuild.Intermediate.msbuild From Version 17.8.43-servicing-25517-04 -> To Version 17.8.43-servicing-25466-03 (parent: Microsoft.NET.Sdk)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.Build**: from 17.8.43 to 17.8.43 (parent: Microsoft.NET.Sdk)
    - **Microsoft.SourceBuild.Intermediate.msbuild**: from 17.8.43-servicing-25517-04 to 17.8.43-servicing-25466-03 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20251021.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2821470) ([288008](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/288008))
- **Date Produced**: October 21, 2025 8:21:46 PM UTC
- **Commit**: [21470829d89db03d88f84fe1be88224a9e4bee23](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC21470829d89db03d88f84fe1be88224a9e4bee23)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version=GBrefs/heads/internal/release/8.0.1xx)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.122 to 8.0.122][1]
     - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.122-servicing.25519.2 to 8.0.122-servicing.25521.9][1]
     - Microsoft.DotNet.MSBuildSdkResolver
     - Microsoft.NET.Sdk
     - Microsoft.TemplateEngine.Cli

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC1f0b128337aa5bea874715b08eac26b0af54e00c&targetVersion=GC21470829d89db03d88f84fe1be88224a9e4bee23&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
…dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
    - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.22-servicing.25517.1 to 8.0.22-servicing.25528.1 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.22-servicing.25517.1 to 8.0.22-servicing.25528.1 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Ref**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.22-servicing.25517.13 to 8.0.22-servicing.25528.8 (parent: Microsoft.NET.Sdk)
    - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.22-servicing.25517.13 to 8.0.22-servicing.25528.8 (parent: Microsoft.NET.Sdk)
    - **dotnet-dev-certs**: from 8.0.22-servicing.25517.13 to 8.0.22-servicing.25528.8 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-jwts**: from 8.0.22-servicing.25517.13 to 8.0.22-servicing.25528.8 (parent: Microsoft.NET.Sdk)
    - **dotnet-user-secrets**: from 8.0.22-servicing.25517.13 to 8.0.22-servicing.25528.8 (parent: Microsoft.NET.Sdk)
    - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.22-servicing.25517.1 to 8.0.22-servicing.25528.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
    - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.22 to 8.0.22 (parent: Microsoft.NET.Sdk)
    - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.22-servicing.25517.2 to 8.0.22-servicing.25528.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: [5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be](https://maestro.dot.net/subscriptions?search=5d2948e4-7f4b-4c9a-54a4-08dbd5a5c4be)
- **Build**: [20251028.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2826318) ([288827](https://maestro.dot.net/channel/3881/azdo:dnceng:internal:dotnet-sdk/build/288827))
- **Date Produced**: October 28, 2025 2:17:12 PM UTC
- **Commit**: [2fa9beee6233beabbd7d2b212fc8f850c96a5629](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC2fa9beee6233beabbd7d2b212fc8f850...
Update runtime patch

----
#### AI description  (iteration 1)
#### PR Classification
This pull request updates MSBuild dependency versions in a runtime patch.

#### PR Summary
The pull request backports changes linked to an upstream issue by updating MSBuild dependencies to version 17.8.3 and adjusting SHA values accordingly.
- `eng/Version.Details.xml`: Updated dependency versions and SHA hashes for MSBuild components (Framework, Tasks.Core, Utilities.Core, and SourceBuild.Intermediate.msbuild) from 17.8.43 to 17.8.3.
- `eng/Versions.props`: Modified version references for MSBuild tasks, framework, and utilities to align with the new 17.8.3 version.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
[release/8.0.1xx] Update dependencies from dotnet/arcade
…127.1

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.25574.4 -> To Version 8.0.0-beta.25577.1
@DonnaChen888 DonnaChen888 merged commit 405695a into release/8.0.4xx Nov 28, 2025
14 checks passed
@DonnaChen888 DonnaChen888 deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch November 28, 2025 05:39
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.

7 participants