Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

github-actions[bot]
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:

  • SimonZhao888
  • marcpopMSFT
  • dsplaisted
  • dotnet-maestro[bot]
  • vseanreesermsft
  • 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.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 July 8, 2025 06:07
…otnet-runtime build 20250710.7

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.18-servicing.25311.17 -> To Version 8.0.19-servicing.25360.7

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.18 -> To Version 8.0.19 (parent: Microsoft.NETCore.App.Runtime.win-x64
…otnet-runtime build 20250710.7

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.18-servicing.25311.17 -> To Version 8.0.19-servicing.25360.7

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.18 -> To Version 8.0.19 (parent: Microsoft.NETCore.App.Runtime.win-x64
…otnet-aspnetcore build 20250710.10

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.25317.6 -> To Version 8.0.19-servicing.25360.10
…otnet-aspnetcore build 20250710.10

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.25317.6 -> To Version 8.0.19-servicing.25360.10
…otnet-aspnetcore build 20250710.17

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.25317.6 -> To Version 8.0.19-servicing.25360.17
…otnet-aspnetcore build 20250710.17

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.25317.6 -> To Version 8.0.19-servicing.25360.17
…otnet-aspnetcore build 20250711.1

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.25317.6 -> To Version 8.0.19-servicing.25361.1
…otnet-aspnetcore build 20250711.1

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.25317.6 -> To Version 8.0.19-servicing.25361.1
…dnceng/internal/dotnet-aspnetcore, 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.18 to 8.0.19 (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**: [20250710.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747258)
- **Date Produced**: July 10, 2025 9:11:04 PM UTC
- **Commit**: [653dfdfd75c3e98989361b4154703d13649be4cb](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC653dfdfd75c3e98989361b4154703d13649be4cb)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.18-servicing.25311.17 to 8.0.19-servicing.25360.7][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.18 to 8.0.19][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.6 to 8.0.6][1]
    - System.Text.Json
  - From [8.0.18 to 8.0.19][2]
    - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCef853a71052646a42abf17e888ec6d9a69614ad9&targetVersion=GC653dfdfd75c3e98989361b4154703d13649be4cb&_a=files
[2]: dotnet/emsdk@976b101...6fd14a4

[DependencyUpdate]: <> (End)

[marker]: <> (End:471db9b4-49ec-4921-de46-08dc11e85c3a)

[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**: [20250710.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747469)
- **Date Produced**: July 10, 2025 11:40:26 PM UTC
- **Commit**: [8c908687b2a405b7b4fb6c5bb2c8c62c8df3575b](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC8c908687b2a405b7b4fb6c5bb2c8c62c8df3575b)
- **Branch**: refs/heads/internal/release/8.0

[D...
…dnceng/internal/dotnet-aspnetcore, 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.18 to 8.0.19 (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**: [20250710.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747258)
- **Date Produced**: July 10, 2025 9:11:04 PM UTC
- **Commit**: [653dfdfd75c3e98989361b4154703d13649be4cb](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC653dfdfd75c3e98989361b4154703d13649be4cb)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.18-servicing.25311.17 to 8.0.19-servicing.25360.7][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.18 to 8.0.19][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.6 to 8.0.6][1]
    - System.Text.Json
  - From [8.0.18 to 8.0.19][2]
    - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCef853a71052646a42abf17e888ec6d9a69614ad9&targetVersion=GC653dfdfd75c3e98989361b4154703d13649be4cb&_a=files
[2]: dotnet/emsdk@976b101...6fd14a4

[DependencyUpdate]: <> (End)

[marker]: <> (End:82bc8158-ef88-4a27-3f7b-08dca299e604)

[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**: [20250710.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747469)
- **Date Produced**: July 10, 2025 11:40:26 PM UTC
- **Commit**: [8c908687b2a405b7b4fb6c5bb2c8c62c8df3575b](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC8c908687b2a405b7b4fb6c5bb2c8c62c8df3575b)
- **Branch**: refs/heads/internal/release/8.0

[D...
…otnet-windowsdesktop build 20250709.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.19
…otnet-windowsdesktop build 20250709.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.19
ProductConstructionServiceProd and others added 27 commits July 22, 2025 21:45
…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**: [20250722.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2755607)
- **Date Produced**: July 22, 2025 8:47:15 PM UTC
- **Commit**: [277e317dd5cab9859ceea4c8ebae218522c2c173](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC277e317dd5cab9859ceea4c8ebae218522c2c173)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25371.9 to 8.0.19-servicing.25372.4][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.19][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=GC6b19b21d7c88cbe4607c4de48b3692bbf968c7c4&targetVersion=GC277e317dd5cab9859ceea4c8ebae218522c2c173&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
…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**: [20250722.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2755607)
- **Date Produced**: July 22, 2025 8:47:15 PM UTC
- **Commit**: [277e317dd5cab9859ceea4c8ebae218522c2c173](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC277e317dd5cab9859ceea4c8ebae218522c2c173)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25371.9 to 8.0.19-servicing.25372.4][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.19][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=GC6b19b21d7c88cbe4607c4de48b3692bbf968c7c4&targetVersion=GC277e317dd5cab9859ceea4c8ebae218522c2c173&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…xt.json sha to released v...

Updated Version.Details.xml - Revert 8.0.6 system.text.json sha to released version.

Cherry-picked from commit `be70b90a`.

----
#### AI description  (iteration 1)
#### PR Classification
Dependency update: This PR reverts the SHA for System.Text.Json v8.0.6 to the released version.

#### PR Summary
The pull request updates the dependency configuration to align with the production release.
- `eng/Version.Details.xml`: Reverts the System.Text.Json SHA from 653dfdfd75c3e98989361b4154703d13649be4cb to ef853a71052646a42abf17e888ec6d9a69614ad9.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…xt.json sha to released v...

Updated Version.Details.xml - Revert 8.0.6 system.text.json sha to released version.

Cherry-picked from commit `be70b90a`.

----
#### AI description  (iteration 1)
#### PR Classification
This pull request corrects a dependency metadata error by reverting the SHA value for System.Text.Json version 8.0.6 to the officially released one.

#### PR Summary
The update restores the correct SHA for the System.Text.Json dependency in the `eng/Version.Details.xml` file, ensuring consistency with the released version.
- `eng/Version.Details.xml`: The SHA was changed from "653dfdfd75c3e98989361b4154703d13649be4cb" to "ef853a71052646a42abf17e888ec6d9a69614ad9".
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…0250807.9

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

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.414-servicing.25405.2 -> To Version 8.0.414-servicing.25407.10
…darc-release/8.0.3xx-37f0997d-65dd-4184-9354-9b402bb6dcf9
…darc-release/8.0.4xx-d1d28c32-69b2-4fa1-b0b4-1a008dead8bb
…0811.6

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.10.37-servicing-25408-07 -> To Version 17.10.38-servicing-25411-06
…merge/release/8.0.3xx-to-release/8.0.4xx
…merge/release/8.0.4xx-to-release/9.0.1xx
…merge/release/8.0.4xx-to-release/9.0.1xx
@SimonZhao888 SimonZhao888 merged commit ff81c92 into release/9.0.1xx Aug 14, 2025
32 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/8.0.4xx-to-release/9.0.1xx branch August 14, 2025 07:41
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.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.