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.3xx branch which have not been merged yet to release/8.0.4xx. I'm a robot and am configured to help you automatically keep release/8.0.4xx up to date, so I've opened this PR.

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

  • marcpopMSFT
  • SimonZhao888
  • 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.3xx
git pull --ff-only
git checkout release/8.0.4xx
git pull --ff-only
git merge --no-ff release/8.0.3xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

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

Instructions for updating this pull request

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

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

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

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-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 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...
…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
…dnceng/internal/dotnet-windowsdesktop

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**: [20250709.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2746489)
- **Date Produced**: July 9, 2025 8:17:38 PM UTC
- **Commit**: [04bde1497476d2742cf41dc93b67fe39f44b4329](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC04bde1497476d2742cf41dc93b67fe39f44b4329)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.18 to 8.0.19][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [8.0.18-servicing.25317.2 to 8.0.19-servicing.25359.2][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCc4a3ad74410330b2a4004886916f56253d88fd1d&targetVersion=GC04bde1497476d2742cf41dc93b67fe39f44b4329&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
…otnet-windowsdesktop build 20250711.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.19

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.18-servicing.25317.3 -> To Version 8.0.19-servicing.25361.1 (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.25317.3 to 8.0.19-servicing.25361.1 (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**: [20250711.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2748289)
- **Date Produced**: July 11, 2025 10:22:22 PM UTC
- **Commit**: [04e974a9aad6cd2cfec104bbae913c9ce7b3c7b5](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC04e974a9aad6cd2cfec104bbae913c9ce7b3c7b5)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19 to 8.0.19][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [8.0.19-servicing.25359.2 to 8.0.19-servicing.25361.2][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
  - From [8.0.18-servicing.25317.3 to 8.0.19-servicing.25361.1][2]
    - Microsoft.NET.Sdk.WindowsDesktop

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC04bde1497476d2742cf41dc93b67fe39f44b4329&targetVersion=GC04e974a9aad6cd2cfec104bbae913c9ce7b3c7b5&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC480ddbb714f16a09b74e75cff57e1da769e9d82d&targetVersion=GC5588eeaad1ae8305c4cf34c4983fc24067af13ec&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
…otnet-aspnetcore build 20250714.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.19-servicing.25361.1 -> To Version 8.0.19-servicing.25364.13
…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**: [20250714.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2749992)
- **Date Produced**: July 15, 2025 1:55:29 AM UTC
- **Commit**: [177963edcc11dae3b6a6a4685d29be611def97db](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC177963edcc11dae3b6a6a4685d29be611def97db)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25361.1 to 8.0.19-servicing.25364.13][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=GCd9c544597655c12c0d6bf164cc72fdf01ffcd9c9&targetVersion=GC177963edcc11dae3b6a6a4685d29be611def97db&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…otnet-runtime build 20250715.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.19-servicing.25360.7 -> To Version 8.0.19-servicing.25365.14
…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**: [20250715.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2750587)
- **Date Produced**: July 15, 2025 10:18:43 PM UTC
- **Commit**: [fce8ed90dc43047eabec2b32c04ee46b789ad5d1](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCfce8ed90dc43047eabec2b32c04ee46b789ad5d1)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25360.7 to 8.0.19-servicing.25365.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.19 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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:471db9b4-49ec-4921-de46-08dc11e85c3a)
…otnet-aspnetcore build 20250716.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.19-servicing.25364.13 -> To Version 8.0.19-servicing.25366.1
…otnet-aspnetcore build 20250717.4

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.25364.13 -> To Version 8.0.19-servicing.25367.4
…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**: [20250717.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2752273)
- **Date Produced**: July 17, 2025 7:08:32 PM UTC
- **Commit**: [1c8c188d1edb82b93a3976580fd344da051a29bc](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC1c8c188d1edb82b93a3976580fd344da051a29bc)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.19-servicing.25364.13 to 8.0.19-servicing.25367.4][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.19 to 8.0.19][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=GC177963edcc11dae3b6a6a4685d29be611def97db&targetVersion=GC1c8c188d1edb82b93a3976580fd344da051a29bc&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…otnet-windowsdesktop build 20250718.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.19

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.19-servicing.25361.1 -> To Version 8.0.19-servicing.25368.11 (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.25361.1 to 8.0.19-servicing.25368.11 (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**: [20250718.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2753318)
- **Date Produced**: July 18, 2025 11:48:49 PM UTC
- **Commit**: [5fa74c83c4592ebe947aa4ca5302db1ffbb1dd4c](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC5fa74c83c4592ebe947aa4ca5302db1ffbb1dd4c)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
…otnet-aspnetcore build 20250721.9

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.25367.4 -> To Version 8.0.19-servicing.25371.9
…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**: [20250721.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2755142)
- **Date Produced**: July 22, 2025 4:26:45 AM UTC
- **Commit**: [6b19b21d7c88cbe4607c4de48b3692bbf968c7c4](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC6b19b21d7c88cbe4607c4de48b3692bbf968c7c4)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
dotnet-bot and others added 13 commits July 22, 2025 20:59
…otnet-aspnetcore build 20250722.4

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.25371.9 -> To Version 8.0.19-servicing.25372.4
…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 -->
…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
…darc-release/8.0.3xx-37f0997d-65dd-4184-9354-9b402bb6dcf9
…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
@SimonZhao888 SimonZhao888 merged commit 1099362 into release/8.0.4xx Aug 14, 2025
19 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch August 14, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Containers Related to dotnet SDK containers functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

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