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:

  • dsplaisted
  • marcpopMSFT
  • nagilson
  • Copilot
  • dotnet-maestro[bot]
  • vseanreesermsft
  • SimonZhao888
  • joeloff
  • NikolaMilosavljevic
  • mmitche
  • dotnet-bot
  • JanProvaznik

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 4, 2025 20:39
…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:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [471db9b4-49ec-4921-de46-08dc11e85c3a](https://maestro.dot.net/subscriptions?search=471db9b4-49ec-4921-de46-08dc11e85c3a)
- **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:471db9b4-49ec-4921-de46-08dc11e85c3a)
…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:1adb2556-0120-43d1-c468-08dc11e32ec2)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [1adb2556-0120-43d1-c468-08dc11e32ec2](https://maestro.dot.net/subscriptions?search=1adb2556-0120-43d1-c468-08dc11e32ec2)
- **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:1adb2556-0120-43d1-c468-08dc11e32ec2)
…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:911684f3-0faa-4fc9-de45-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [911684f3-0faa-4fc9-de45-08dc11e85c3a](https://maestro.dot.net/subscriptions?search=911684f3-0faa-4fc9-de45-08dc11e85c3a)
- **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:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…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:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [471db9b4-49ec-4921-de46-08dc11e85c3a](https://maestro.dot.net/subscriptions?search=471db9b4-49ec-4921-de46-08dc11e85c3a)
- **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:471db9b4-49ec-4921-de46-08dc11e85c3a)
…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
…0250814.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.317-servicing.25407.9 -> To Version 8.0.317-servicing.25414.3
…815.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25407.1 -> To Version 8.0.0-beta.25415.2
#### AI description  (iteration 1)
#### PR Classification
This pull request updates dependency version details in the configuration.

#### PR Summary
The pull request merges changes from the public branch into the internal branch and updates dependency information to ensure accurate versioning.
- `/eng/Version.Details.xml`: Updated the version and SHA for the dependency `Microsoft.SourceBuild.Intermediate.source-build-reference-packages`.
<!-- 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:911684f3-0faa-4fc9-de45-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [911684f3-0faa-4fc9-de45-08dc11e85c3a](https://maestro.dot.net/subscriptions?search=911684f3-0faa-4fc9-de45-08dc11e85c3a)
- **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:911684f3-0faa-4fc9-de45-08dc11e85c3a)

[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:1adb2556-0120-43d1-c468-08dc11e32ec2)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [1adb2556-0120-43d1-c468-08dc11e32ec2](https://maestro.dot.net/subscriptions?search=1adb2556-0120-43d1-c468-08dc11e32ec2)
- **Build**: [20250816.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2773672)
- **Date Produc...
…0818.6

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.10.38-servicing-25411-06 -> To Version 17.10.39-servicing-25418-06
…0250817.8

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.317-servicing.25414.3 -> To Version 8.0.317-servicing.25417.8
…0819.2

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.10.39-servicing-25418-06 -> To Version 17.10.40-servicing-25419-02
…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:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [471db9b4-49ec-4921-de46-08dc11e85c3a](https://maestro.dot.net/subscriptions?search=471db9b4-49ec-4921-de46-08dc11e85c3a)
- **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:471db9b4-49ec-4921-de46-08dc11e85c3a)
…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
marcpopMSFT and others added 18 commits October 20, 2025 15:49
…105.2

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25515.1 -> To Version 8.0.0-beta.25555.2
Co-authored-by: nagilson <23152278+nagilson@users.noreply.github.com>
@github-actions github-actions bot requested a review from a team as a code owner November 13, 2025 06:32
@DonnaChen888 DonnaChen888 requested a review from a team as a code owner November 13, 2025 09:34
@dsplaisted dsplaisted merged commit fc8afa0 into release/9.0.1xx Nov 13, 2025
31 checks passed
@dsplaisted dsplaisted deleted the merge/release/8.0.4xx-to-release/9.0.1xx branch November 13, 2025 17:55
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.