Skip to content

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx'#20591

Merged
SimonZhao888 merged 28 commits into
release/8.0.4xxfrom
merge/release/8.0.3xx-to-release/8.0.4xx
Sep 11, 2025
Merged

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx'#20591
SimonZhao888 merged 28 commits into
release/8.0.4xxfrom
merge/release/8.0.3xx-to-release/8.0.4xx

Conversation

@github-actions

Copy link
Copy Markdown

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:

  • SimonZhao888
  • marcpopMSFT
  • dotnet-sb-bot
  • vseanreesermsft
  • NikolaMilosavljevic
  • dotnet-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/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.

dotnet-bot and others added 28 commits August 13, 2025 17:53
…otnet-sdk build 20250813.14

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.119 -> To Version 8.0.120

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.ILLink.Tasks,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.19-servicing.25365.14 -> To Version 8.0.20-servicing.25412.10 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20250813.22

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.119 -> To Version 8.0.120

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.19 -> To Version 8.0.20 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20250813.32

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.119 -> To Version 8.0.120

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.19 -> To Version 8.0.20 (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.19 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.19 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2 (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**: [20250813.32](https://dev.azure.com/dnceng/internal/_build/results?buildId=2771449)
- **Date Produced**: August 13, 2025 10:36:11 PM UTC
- **Commit**: [8bf6feecf0b6b2c90831f87b6100e2386816769d](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC8bf6feecf0b6b2c90831f87b6100e2386816769d)
- **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.119 to 8.0.120][8]
    - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.119-servicing.25372.18 to 8.0.120-servicing.25413.32][8]
    - Microsoft.DotNet.MSBuildSdkResolver
    - Microsoft.NET.Sdk
    - Microsoft.TemplateEngine.Cli
  - From [8.0.19 to 8.0.20][9]
    - Microsoft.AspNetCore.App.Ref
    - Microsoft.AspNetCore.App.Runtime.win-x64
  - From [8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2][9]
    - Microsoft.AspNetCore.App.Ref.Internal
    - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
    - dotnet-dev-certs
    - dotnet-user-jwts
    - dotnet-user-secrets

[8]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GCff74d7e9dcd29b3ae6688621ff287703da1ba55d&targetVersion=GC8bf6feecf0b6b2c90831f87b6100e2386816769d&_a=files
[9]: https://dev.azure.com/dnceng/internal/_gi...
…otnet-sdk build 20250815.17

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.20-servicing.25412.10 -> To Version 8.0.20-servicing.25415.11 (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.25412.10 to 8.0.20-servicing.25415.11 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.20-servicing.25412.10 to 8.0.20-servicing.25415.11 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.20-servicing.25412.10 to 8.0.20-servicing.25415.11 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (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**: [20250815.17](https://dev.azure.com/dnceng/internal/_build/results?buildId=2773142)
- **Date Produced**: August 16, 2025 12:04:14 AM UTC
- **Commit**: [9d5b2b2dc45032621f10b8e672ba30d4de8c0f05](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC9d5b2b2dc45032621f10b8e672ba30d4de8c0f05)
- **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.120][1]
    - Microsoft.DotNet.Common.ItemTemplates
  - From [8.0.120-servicing.25413.32 to 8.0.120-servicing.25415.17][1]
    - Microsoft.DotNet.MSBuildSdkResolver
    - Microsoft.NET.Sdk
    - Microsoft.TemplateEngine.Cli
  - From [8.0.20-servicing.25412.10 to 8.0.20-servicing.25415.11][2]
    - VS.Redist.Common.NetCore.SharedFramework.x64.8.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.8.0
    - Microsoft.NETCore.Platforms
  - From [8.0.20 to 8.0.20][2]
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.DotNetHostResolver
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Runtime.wi...
…otnet-sdk build 20250815.28

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.8.35 -> To Version 17.8.36 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20250817.16

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120
…otnet-sdk build 20250818.11

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120
…otnet-sdk build 20250818.16

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.20 -> To Version 8.0.20 (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.WindowsDesktop.App.Ref**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25416.1 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25416.1 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25415.21 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25415.21 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25415.21 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25415.21 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.20-servicing.25413.2 to 8.0.20-servicing.25415.21 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.20-servicing.25412.5 to 8.0.20-servicing.25415.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.20-servicing.25413.5 to 8.0.20-servicing.25415.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**: [20250818.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2774782)
- **Date Produced**: August 18, 2025 6:19:33 PM UTC
- **Commit**: [95c611dd4b16aab9725feb5f4cf2357c4c39ebfe](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC95c611dd4b16aab9725feb5f4cf2357c4c39ebfe)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?versio...
…otnet-sdk build 20250819.8

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk
 From Version 8.0.20-servicing.25415.11 -> To Version 8.0.20-servicing.25419.14 (parent: Microsoft.NET.Sdk
…otnet-sdk build 20250821.8

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.120 -> To Version 8.0.120

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.20 -> To Version 8.0.20 (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.WindowsDesktop.App.Ref**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.20-servicing.25416.1 to 8.0.20-servicing.25421.3 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.20-servicing.25416.1 to 8.0.20-servicing.25421.3 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.20-servicing.25415.21 to 8.0.20-servicing.25420.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.20-servicing.25415.21 to 8.0.20-servicing.25420.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.20-servicing.25415.21 to 8.0.20-servicing.25420.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.20-servicing.25415.21 to 8.0.20-servicing.25420.2 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.20-servicing.25415.21 to 8.0.20-servicing.25420.2 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.20-servicing.25415.4 to 8.0.20-servicing.25419.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.20 to 8.0.20 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.20-servicing.25415.2 to 8.0.20-servicing.25420.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**: [20250819.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2776022)
- **Date Produced**: August 20, 2025 6:00:42 AM UTC
- **Commit**: [334d08e187fc9c6ea2e1ebafd09c40e3a112a012](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?_a=history&version=GC334d08e187fc9c6ea2e1ebafd09c40e3a112a012)
- **Branch**: [refs/heads/internal/release/8.0.1xx](https://dev.azure.com/dnceng/internal/_git/dotnet-sdk?version...
…s an old version is pulled in by msbuild. This project doesn't ship so it should be safe to just lift this version up
@SimonZhao888 SimonZhao888 merged commit 772624a into release/8.0.4xx Sep 11, 2025
14 of 15 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch September 11, 2025 02:51
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.

6 participants