Skip to content

Conversation

@github-actions
Copy link
Contributor

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

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

  • baronfel

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

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

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

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 August 5, 2025 01:10
…otnet-runtime build 20250812.10

Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.19-servicing.25365.14 -> To Version 8.0.20-servicing.25412.10
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:82bc8158-ef88-4a27-3f7b-08dca299e604)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [82bc8158-ef88-4a27-3f7b-08dca299e604](https://maestro.dot.net/subscriptions?search=82bc8158-ef88-4a27-3f7b-08dca299e604)
- **Build**: [20250812.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=2770473)
- **Date Produced**: August 13, 2025 1:42:24 AM UTC
- **Commit**: [6b12df1a810008460d16ef9bfd2cecb1a9a8c29f](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC6b12df1a810008460d16ef9bfd2cecb1a9a8c29f)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25365.14 to 8.0.20-servicing.25412.10][1]
    - Microsoft.NET.HostModel
    - Microsoft.NETCore.Platforms
    - VS.Redist.Common.NetCore.SharedFramework.x64.8.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.8.0
  - From [8.0.19 to 8.0.20][1]
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - Microsoft.NETCore.DotNetHostResolver

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCfce8ed90dc43047eabec2b32c04ee46b789ad5d1&targetVersion=GC6b12df1a810008460d16ef9bfd2cecb1a9a8c29f&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:82bc8158-ef88-4a27-3f7b-08dca299e604)
…otnet-windowsdesktop build 20250813.2

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.19 -> To Version 8.0.20

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.19-servicing.25368.11 -> To Version 8.0.20-servicing.25413.5 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

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.NET.Sdk.WindowsDesktop**: from 8.0.19-servicing.25368.11 to 8.0.20-servicing.25413.5 (parent: Microsoft.WindowsDesktop.App.Ref)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:11ffd28b-eb51-469a-d3fb-08dca292067e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [11ffd28b-eb51-469a-d3fb-08dca292067e](https://maestro.dot.net/subscriptions?search=11ffd28b-eb51-469a-d3fb-08dca292067e)
- **Build**: [20250813.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2771258)
- **Date Produced**: August 13, 2025 6:37:09 PM UTC
- **Commit**: [c0b240c049009c7056ade8a451821fbb9bfe3cd9](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCc0b240c049009c7056ade8a451821fbb9bfe3cd9)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19 to 8.0.20][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [8.0.19-servicing.25368.2 to 8.0.20-servicing.25413.2][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
  - From [8.0.19-servicing.25368.11 to 8.0.20-servicing.25413.5][2]
    - Microsoft.NET.Sdk.WindowsDesktop

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC5fa74c83c4592ebe947aa4ca5302db1ffbb1dd4c&targetVersion=GCc0b240c049009c7056ade8a451821fbb9bfe3cd9&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC43d1a9a5f6207405244e36ac6a2950c8050442f8&targetVersion=GC2d7eca6fab93a8568ab489034f975d937502322a&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:11ffd28b-eb51-469a-d3fb-08dca292067e)
…otnet-aspnetcore build 20250813.2

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.19-servicing.25372.4 -> To Version 8.0.20-servicing.25413.2
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [1ab2aba6-b648-40a9-9fe8-08dca2920c50](https://maestro.dot.net/subscriptions?search=1ab2aba6-b648-40a9-9fe8-08dca2920c50)
- **Build**: [20250813.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2771190)
- **Date Produced**: August 13, 2025 7:01:14 PM UTC
- **Commit**: [f654ff210c47a5b2288916c219c21fde07661c8c](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCf654ff210c47a5b2288916c219c21fde07661c8c)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25372.4 to 8.0.20-servicing.25413.2][1]
    - dotnet-dev-certs
    - dotnet-user-jwts
    - dotnet-user-secrets
    - Microsoft.AspNetCore.Analyzers
    - Microsoft.AspNetCore.App.Ref.Internal
    - Microsoft.AspNetCore.Components.SdkAnalyzers
    - Microsoft.AspNetCore.DeveloperCertificates.XPlat
    - Microsoft.AspNetCore.Mvc.Analyzers
    - Microsoft.AspNetCore.Mvc.Api.Analyzers
    - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
  - From [8.0.19 to 8.0.20][1]
    - Microsoft.AspNetCore.App.Ref
    - Microsoft.AspNetCore.App.Runtime.win-x64
    - Microsoft.AspNetCore.Authorization
    - Microsoft.AspNetCore.Components.Web
    - Microsoft.AspNetCore.TestHost
    - Microsoft.Extensions.FileProviders.Embedded
    - Microsoft.Extensions.ObjectPool
    - Microsoft.JSInterop

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC277e317dd5cab9859ceea4c8ebae218522c2c173&targetVersion=GCf654ff210c47a5b2288916c219c21fde07661c8c&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
…otnet-runtime build 20250815.11

Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.20-servicing.25412.10 -> To Version 8.0.20-servicing.25415.11
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:82bc8158-ef88-4a27-3f7b-08dca299e604)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [82bc8158-ef88-4a27-3f7b-08dca299e604](https://maestro.dot.net/subscriptions?search=82bc8158-ef88-4a27-3f7b-08dca299e604)
- **Build**: [20250815.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2772905)
- **Date Produced**: August 15, 2025 10:41:20 PM UTC
- **Commit**: [dd6010a8a425962e7793cc741e1f79f8681e4882](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCdd6010a8a425962e7793cc741e1f79f8681e4882)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.20-servicing.25412.10 to 8.0.20-servicing.25415.11][1]
    - Microsoft.NET.HostModel
    - Microsoft.NETCore.Platforms
    - VS.Redist.Common.NetCore.SharedFramework.x64.8.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.8.0
  - From [8.0.20 to 8.0.20][1]
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - Microsoft.NETCore.DotNetHostResolver

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC6b12df1a810008460d16ef9bfd2cecb1a9a8c29f&targetVersion=GCdd6010a8a425962e7793cc741e1f79f8681e4882&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:82bc8158-ef88-4a27-3f7b-08dca299e604)
…otnet-aspnetcore build 20250815.15

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.20-servicing.25413.2 -> To Version 8.0.20-servicing.25415.15
#### AI description  (iteration 1)
#### PR Classification
This pull request synchronizes internal dependency versions with the updated public releases.

#### PR Summary
The changes update dependency version numbers and corresponding SHA values across key configuration files to align internal references with the latest public branch.
- `/eng/Version.Details.xml`: Updated version and SHA for dependencies such as `Microsoft.Build`, `Microsoft.Build.Localization`, `Microsoft.SourceBuild.Intermediate.msbuild`, and `Microsoft.SourceBuild.Intermediate.source-build-reference-packages`.
- `/eng/Versions.props`: Bumped `MicrosoftBuildPackageVersion` and `MicrosoftBuildLocalizationPackageVersion` to the new release values.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-aspnetcore build 20250815.21

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.20-servicing.25413.2 -> To Version 8.0.20-servicing.25415.21
…otnet-windowsdesktop build 20250816.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.20 -> To Version 8.0.20

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.20-servicing.25413.5 -> To Version 8.0.20-servicing.25415.2 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [1ab2aba6-b648-40a9-9fe8-08dca2920c50](https://maestro.dot.net/subscriptions?search=1ab2aba6-b648-40a9-9fe8-08dca2920c50)
- **Build**: [20250815.21](https://dev.azure.com/dnceng/internal/_build/results?buildId=2773302)
- **Date Produced**: August 16, 2025 5:28:50 AM UTC
- **Commit**: [a963a15a6fe69263d5381a6d0fb98f6fff0003f8](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCa963a15a6fe69263d5381a6d0fb98f6fff0003f8)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.20-servicing.25413.2 to 8.0.20-servicing.25415.21][2]
    - dotnet-dev-certs
    - dotnet-user-jwts
    - dotnet-user-secrets
    - Microsoft.AspNetCore.Analyzers
    - Microsoft.AspNetCore.App.Ref.Internal
    - Microsoft.AspNetCore.Components.SdkAnalyzers
    - Microsoft.AspNetCore.DeveloperCertificates.XPlat
    - Microsoft.AspNetCore.Mvc.Analyzers
    - Microsoft.AspNetCore.Mvc.Api.Analyzers
    - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
  - From [8.0.20 to 8.0.20][2]
    - Microsoft.AspNetCore.App.Ref
    - Microsoft.AspNetCore.App.Runtime.win-x64
    - Microsoft.AspNetCore.Authorization
    - Microsoft.AspNetCore.Components.Web
    - Microsoft.AspNetCore.TestHost
    - Microsoft.Extensions.FileProviders.Embedded
    - Microsoft.Extensions.ObjectPool
    - Microsoft.JSInterop

[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCf654ff210c47a5b2288916c219c21fde07661c8c&targetVersion=GCa963a15a6fe69263d5381a6d0fb98f6fff0003f8&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)

[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.NET.Sdk.WindowsDesktop**: from 8.0.20-servicing.25413.5 to 8.0.20-servicing.25415.2 (parent: Microsoft.WindowsDesktop.App.Ref)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:11ffd28b-eb51-469a-d3fb-08dca292067e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [11ffd28b-eb51-469a-d3fb-08dca292067e](https://maestro.dot.net/subscriptions?search=11ffd28b-eb51-469a-d3fb-08dca292067e)
- **Build**: [20250816.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2773672)
- **Date Produc...
…ed-18f1ecf

Updated NuGet.config - darc-pub-DotNet-msbuild-Trusted-18f1ecf
…otnet-runtime build 20250819.14

Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.20-servicing.25415.11 -> To Version 8.0.20-servicing.25419.14

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.19 -> To Version 8.0.20 (parent: Microsoft.NETCore.App.Runtime.win-x64
…dnceng/internal/dotnet-runtime

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.NET.Workload.Emscripten.Current.Manifest-8.0.100**: from 8.0.19 to 8.0.20 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:82bc8158-ef88-4a27-3f7b-08dca299e604)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [82bc8158-ef88-4a27-3f7b-08dca299e604](https://maestro.dot.net/subscriptions?search=82bc8158-ef88-4a27-3f7b-08dca299e604)
- **Build**: [20250819.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2775732)
- **Date Produced**: August 20, 2025 2:48:46 AM UTC
- **Commit**: [574100b692e71fa3426931adf4c1ba42e4ee5213](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC574100b692e71fa3426931adf4c1ba42e4ee5213)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.20-servicing.25415.11 to 8.0.20-servicing.25419.14][1]
    - Microsoft.NET.HostModel
    - Microsoft.NETCore.Platforms
    - VS.Redist.Common.NetCore.SharedFramework.x64.8.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.8.0
  - From [8.0.20 to 8.0.20][1]
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - Microsoft.NETCore.DotNetHostResolver
  - From [8.0.19 to 8.0.20][2]
    - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCdd6010a8a425962e7793cc741e1f79f8681e4882&targetVersion=GC574100b692e71fa3426931adf4c1ba42e4ee5213&_a=files
[2]: dotnet/emsdk@6fd14a4...222749b

[DependencyUpdate]: <> (End)

[marker]: <> (End:82bc8158-ef88-4a27-3f7b-08dca299e604)
…otnet-aspnetcore build 20250819.13

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.20-servicing.25415.21 -> To Version 8.0.20-servicing.25419.13
…otnet-aspnetcore build 20250820.2

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.20-servicing.25415.21 -> To Version 8.0.20-servicing.25420.2
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [1ab2aba6-b648-40a9-9fe8-08dca2920c50](https://maestro.dot.net/subscriptions?search=1ab2aba6-b648-40a9-9fe8-08dca2920c50)
- **Build**: [20250820.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2776159)
- **Date Produced**: August 20, 2025 10:50:46 AM UTC
- **Commit**: [c78f4a816c0c6a978a801a05a31dce9013e099e2](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCc78f4a816c0c6a978a801a05a31dce9013e099e2)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.20-servicing.25415.21 to 8.0.20-servicing.25420.2][2]
    - dotnet-dev-certs
    - dotnet-user-jwts
    - dotnet-user-secrets
    - Microsoft.AspNetCore.Analyzers
    - Microsoft.AspNetCore.App.Ref.Internal
    - Microsoft.AspNetCore.Components.SdkAnalyzers
    - Microsoft.AspNetCore.DeveloperCertificates.XPlat
    - Microsoft.AspNetCore.Mvc.Analyzers
    - Microsoft.AspNetCore.Mvc.Api.Analyzers
    - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
  - From [8.0.20 to 8.0.20][2]
    - Microsoft.AspNetCore.App.Ref
    - Microsoft.AspNetCore.App.Runtime.win-x64
    - Microsoft.AspNetCore.Authorization
    - Microsoft.AspNetCore.Components.Web
    - Microsoft.AspNetCore.TestHost
    - Microsoft.Extensions.FileProviders.Embedded
    - Microsoft.Extensions.ObjectPool
    - Microsoft.JSInterop

[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCa963a15a6fe69263d5381a6d0fb98f6fff0003f8&targetVersion=GCc78f4a816c0c6a978a801a05a31dce9013e099e2&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
…otnet-windowsdesktop build 20250821.3

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.20 -> To Version 8.0.20

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.20-servicing.25415.2 -> To Version 8.0.20-servicing.25420.2 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

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.NET.Sdk.WindowsDesktop**: from 8.0.20-servicing.25415.2 to 8.0.20-servicing.25420.2 (parent: Microsoft.WindowsDesktop.App.Ref)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:11ffd28b-eb51-469a-d3fb-08dca292067e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [11ffd28b-eb51-469a-d3fb-08dca292067e](https://maestro.dot.net/subscriptions?search=11ffd28b-eb51-469a-d3fb-08dca292067e)
- **Build**: [20250821.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2777293)
- **Date Produced**: August 21, 2025 6:44:26 PM UTC
- **Commit**: [2540f0e77435ce41beaadc94cc0d10ac9981b5a7](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC2540f0e77435ce41beaadc94cc0d10ac9981b5a7)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.20 to 8.0.20][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [8.0.20-servicing.25416.1 to 8.0.20-servicing.25421.3][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
  - From [8.0.20-servicing.25415.2 to 8.0.20-servicing.25420.2][2]
    - Microsoft.NET.Sdk.WindowsDesktop

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC5389367cfc96b37742df969ee8be968e8b3cadaa&targetVersion=GC2540f0e77435ce41beaadc94cc0d10ac9981b5a7&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC6d0860a9836d13b717b2bf679798d6de0cd15129&targetVersion=GC7b95ca673ef08b7325429a3b675184b815482564&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:11ffd28b-eb51-469a-d3fb-08dca292067e)
…merge/release/8.0.4xx-to-release/9.0.1xx
@SimonZhao888 SimonZhao888 merged commit aeda4f9 into release/9.0.1xx Sep 16, 2025
33 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/8.0.4xx-to-release/9.0.1xx branch September 16, 2025 09:27
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