Skip to content

Conversation

@github-actions
Copy link
Contributor

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

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

  • SimonZhao888
  • dotnet-maestro[bot]
  • DrewScoggins
  • dsplaisted
  • marcpopMSFT
  • vseanreesermsft
  • nagilson
  • 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/9.0.1xx git pull --ff-only git checkout release/9.0.3xx git pull --ff-only git merge --no-ff release/9.0.1xx # If there are merge conflicts, resolve them and then run git merge --continue to complete the merge # Pushing the changes to the PR branch will re-trigger PR validation. git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx 

After PR checks are complete push the branch

git push 

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/9.0.1xx-to-release/9.0.3xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

git fetch git checkout -b merge/release/9.0.1xx-to-release/9.0.3xx origin/release/9.0.3xx git pull https://github.com/dotnet/sdk merge/release/9.0.1xx-to-release/9.0.3xx (make changes) git commit -m "Updated PR with my changes" git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx 
or if you are using SSH
git fetch git checkout -b merge/release/9.0.1xx-to-release/9.0.3xx origin/release/9.0.3xx git pull git@github.com:dotnet/sdk merge/release/9.0.1xx-to-release/9.0.3xx (make changes) git commit -m "Updated PR with my changes" git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx 

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

Mirroring and others added 30 commits June 4, 2025 20:30
…otnet-aspnetcore build 20250611.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.17-servicing.25266.9 -> To Version 8.0.18-servicing.25311.13
…otnet-runtime build 20250611.17 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 , System.Text.Json , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.17-servicing.25266.2 -> To Version 8.0.18-servicing.25311.17 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.17 -> To Version 8.0.18 (parent: Microsoft.NETCore.App.Runtime.win-x64
…otnet-windowsdesktop build 20250611.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.17 -> To Version 8.0.18
…otnet-windowsdesktop build 20250611.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.17 -> To Version 8.0.18
…otnet-runtime build 20250611.17 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 , System.Text.Json , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.17-servicing.25266.2 -> To Version 8.0.18-servicing.25311.17 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.17 -> To Version 8.0.18 (parent: Microsoft.NETCore.App.Runtime.win-x64
…otnet-aspnetcore build 20250611.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.17-servicing.25266.9 -> To Version 8.0.18-servicing.25311.13
…3 repositories This pull request updates the following dependencies [marker]: <> (Begin:5ae73aca-14b4-4570-17b0-08dbd53e3897) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - **Subscription**: [5ae73aca-14b4-4570-17b0-08dbd53e3897](https://maestro.dot.net/subscriptions?search=5ae73aca-14b4-4570-17b0-08dbd53e3897) - **Build**: [20250611.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2728335) - **Date Produced**: June 12, 2025 2:01:28 AM UTC - **Commit**: [1988c37e68bc83b1a0d3d230276a1ae8f89da38b](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC1988c37e68bc83b1a0d3d230276a1ae8f89da38b) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-dev-certs**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **dotnet-user-jwts**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **dotnet-user-secrets**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.Analyzers**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.App.Ref**: [from 8.0.17 to 8.0.18][1] - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.17 to 8.0.18][1] - **Microsoft.AspNetCore.Authorization**: [from 8.0.17 to 8.0.18][1] - **Microsoft.AspNetCore.Components.SdkAnalyzers**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.Components.Web**: [from 8.0.17 to 8.0.18][1] - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] - **Microsoft.AspNetCore.TestHost**: [from 8.0.17 to 8.0.18][1] - **Microsoft.Extensions.FileProviders.Embedded**: [from 8.0.17 to 8.0.18][1] - **Microsoft.Extensions.ObjectPool**: [from 8.0.17 to 8.0.18][1] - **Microsoft.JSInterop**: [from 8.0.17 to 8.0.18][1] - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25311.13][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCfa4d80b76c2431a825be026f6bbabca63e1f42ef&targetVersion=GC1988c37e68bc83b1a0d3d230276a1ae8f89da38b&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:5ae73aca-14b4-4570-17b0-08dbd53e3897) [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/DependencyDescripti...
…3 repositories This pull request updates the following dependencies [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**: [20250611.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2728394) - **Date Produced**: June 12, 2025 2:27:28 AM UTC - **Commit**: [a6f159eb263aa0b45be92800081f53cac9684dd2](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCa6f159eb263aa0b45be92800081f53cac9684dd2) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.17 to 8.0.18][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.17 to 8.0.18][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.17-servicing.25267.1 to 8.0.18-servicing.25311.3][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.17-servicing.25267.1 to 8.0.18-servicing.25311.3][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC5ce68f29d66fae8adb0e78b44afbb09dc3cdfbb7&targetVersion=GCa6f159eb263aa0b45be92800081f53cac9684dd2&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2) [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.17 to 8.0.18 (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**: [20250611.17](https://dev.azure.com/dnceng/internal/_build/results?buildId=2728343) - **Date Produced**: June 12, 2025 10:51:57 AM UTC - **Commit**: [ef853a71052646a42abf17e888ec6d9a69614ad9](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCef853a71052646a42abf17e888ec6d9a69614ad9) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NET.HostModel**: [from 8.0.17-servicing.25266.2 to 8.0.18-servicing.25311.17][2] - **Microsoft.NET.ILLink.Tasks**: [from 8.0.17 to 8.0.18][2] - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.17 ...
…otnet-windowsdesktop build 20250613.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.18 -> To Version 8.0.18 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.17-servicing.25266.9 -> To Version 8.0.18-servicing.25313.2 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-windowsdesktop build 20250613.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.18 -> To Version 8.0.18 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.17-servicing.25266.9 -> To Version 8.0.18-servicing.25313.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.17-servicing.25266.9 to 8.0.18-servicing.25313.2 (parent: Microsoft.WindowsDesktop.App.Ref) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:43ca46dd-3142-499e-f076-08dbd5a5cbe7) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - **Subscription**: [43ca46dd-3142-499e-f076-08dbd5a5cbe7](https://maestro.dot.net/subscriptions?search=43ca46dd-3142-499e-f076-08dbd5a5cbe7) - **Build**: [20250613.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2729588) - **Date Produced**: June 13, 2025 1:26:11 PM UTC - **Commit**: [0bec0d55c9b799a612a838e8887d710bbeed487b](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC0bec0d55c9b799a612a838e8887d710bbeed487b) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.18 to 8.0.18][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.18 to 8.0.18][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.18-servicing.25311.3 to 8.0.18-servicing.25313.2][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.18-servicing.25311.3 to 8.0.18-servicing.25313.2][1] - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25313.2][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCa6f159eb263aa0b45be92800081f53cac9684dd2&targetVersion=GC0bec0d55c9b799a612a838e8887d710bbeed487b&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC3385cf1d42f4e488140452369a247a4a16183ce4&targetVersion=GCc8ef90c1fc2ee2778b82b40148c04cd4880e0c35&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:43ca46dd-3142-499e-f076-08dbd5a5cbe7)
…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.17-servicing.25266.9 to 8.0.18-servicing.25313.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**: [20250613.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2729588) - **Date Produced**: June 13, 2025 1:26:11 PM UTC - **Commit**: [0bec0d55c9b799a612a838e8887d710bbeed487b](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC0bec0d55c9b799a612a838e8887d710bbeed487b) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.18 to 8.0.18][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.18 to 8.0.18][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.18-servicing.25311.3 to 8.0.18-servicing.25313.2][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.18-servicing.25311.3 to 8.0.18-servicing.25313.2][1] - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25313.2][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCa6f159eb263aa0b45be92800081f53cac9684dd2&targetVersion=GC0bec0d55c9b799a612a838e8887d710bbeed487b&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC3385cf1d42f4e488140452369a247a4a16183ce4&targetVersion=GCc8ef90c1fc2ee2778b82b40148c04cd4880e0c35&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
#### AI description (iteration 1) #### PR Classification This pull request merges branch release/8.0.3xx into internal/release/8.0.3xx to perform code cleanup and update dependency and certificate configurations. #### PR Summary The merge removes numerous obsolete scripts and configuration files while aligning dependency versions and certificate data across the codebase. - Removed legacy files (e.g., PowerShell, shell scripts, patches, and config files) from folders like `src/arcade/eng/common/` and its subdirectories. - Updated dependency versions and corresponding SHA values in configuration files such as `eng/Version.Details.xml`, `eng/Versions.props`, and `global.json`, with additional NuGet source updates in `NuGet.config`. - Added a new certificate in `Layout/redist/trustedroots/timestampctl.pem` and updated associated certificate fingerprints in test files under `src/Tests/trustedroots.Tests/`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-windowsdesktop build 20250617.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.18 -> To Version 8.0.18 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.18-servicing.25313.2 -> To Version 8.0.18-servicing.25317.3 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-windowsdesktop build 20250617.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.18 -> To Version 8.0.18 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.18-servicing.25313.2 -> To Version 8.0.18-servicing.25317.3 (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.18-servicing.25313.2 to 8.0.18-servicing.25317.3 (parent: Microsoft.WindowsDesktop.App.Ref) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:43ca46dd-3142-499e-f076-08dbd5a5cbe7) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - **Subscription**: [43ca46dd-3142-499e-f076-08dbd5a5cbe7](https://maestro.dot.net/subscriptions?search=43ca46dd-3142-499e-f076-08dbd5a5cbe7) - **Build**: [20250617.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2732253) - **Date Produced**: June 17, 2025 6:54:17 PM UTC - **Commit**: [c4a3ad74410330b2a4004886916f56253d88fd1d](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCc4a3ad74410330b2a4004886916f56253d88fd1d) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.18 to 8.0.18][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.18 to 8.0.18][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.2][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.2][1] - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.3][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC0bec0d55c9b799a612a838e8887d710bbeed487b&targetVersion=GCc4a3ad74410330b2a4004886916f56253d88fd1d&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GCc8ef90c1fc2ee2778b82b40148c04cd4880e0c35&targetVersion=GC480ddbb714f16a09b74e75cff57e1da769e9d82d&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:43ca46dd-3142-499e-f076-08dbd5a5cbe7)
…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.18-servicing.25313.2 to 8.0.18-servicing.25317.3 (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**: [20250617.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2732253) - **Date Produced**: June 17, 2025 6:54:17 PM UTC - **Commit**: [c4a3ad74410330b2a4004886916f56253d88fd1d](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCc4a3ad74410330b2a4004886916f56253d88fd1d) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.18 to 8.0.18][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.18 to 8.0.18][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.2][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.2][1] - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.3][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC0bec0d55c9b799a612a838e8887d710bbeed487b&targetVersion=GCc4a3ad74410330b2a4004886916f56253d88fd1d&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GCc8ef90c1fc2ee2778b82b40148c04cd4880e0c35&targetVersion=GC480ddbb714f16a09b74e75cff57e1da769e9d82d&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
…otnet-aspnetcore build 20250617.6 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.18-servicing.25311.13 -> To Version 8.0.18-servicing.25317.6
…otnet-aspnetcore build 20250617.6 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.18-servicing.25311.13 -> To Version 8.0.18-servicing.25317.6
#### AI description (iteration 1) #### PR Classification Dependency update. #### PR Summary This pull request merges changes from the release branch to update a build dependency reference in the version details metadata. - `/eng/Version.Details.xml`: Updated the `Microsoft.SourceBuild.Intermediate.source-build-reference-packages` dependency from version 8.0.0-alpha.1.25269.2 to 8.0.0-alpha.1.25316.2 and modified its corresponding SHA. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
dotnet-maestro bot and others added 27 commits August 6, 2025 02:02
…0805.1 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.11.38-servicing-25354-03 -> To Version 17.11.40-servicing-25405-01
…merge/release/8.0.3xx-to-release/8.0.4xx
…merge/release/8.0.3xx-to-release/8.0.4xx
…0250805.2 Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.414-servicing.25404.12 -> To Version 8.0.414-servicing.25405.2
…806.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25380.1 -> To Version 9.0.0-beta.25406.1
…darc-release/9.0.1xx-debf76ba-d4b8-48f1-941c-af06d2d16e89
…merge/release/8.0.4xx-to-release/9.0.1xx
…merge/release/8.0.3xx-to-release/8.0.4xx
…merge/release/8.0.4xx-to-release/9.0.1xx
…807.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25378.1 -> To Version 8.0.0-beta.25407.1
…807.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25406.1 -> To Version 9.0.0-beta.25407.2
…0250807.6 Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 9.0.110-servicing.25406.2 -> To Version 9.0.110-servicing.25407.6
…merge/release/8.0.4xx-to-release/9.0.1xx
…merge/release/9.0.1xx-to-release/9.0.3xx
@SimonZhao888 SimonZhao888 merged commit dda30ab into release/9.0.3xx Aug 11, 2025
30 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/9.0.1xx-to-release/9.0.3xx branch August 11, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

8 participants