Skip to content

[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' #49340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 220 commits into from
Jun 11, 2025

Conversation

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

  • v-wuzhai
  • MiYanni
  • dtivel
  • marcpopMSFT
  • dotnet-maestro[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 March 7, 2025 21:38
…otnet-runtime build 20250312.16

Microsoft.Extensions.Logging.Abstractions , 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.Diagnostics.EventLog , System.Formats.Asn1 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.3 -> To Version 8.0.3

Dependency coherency updates

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

Microsoft.Extensions.Logging.Abstractions , 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.Diagnostics.EventLog , System.Formats.Asn1 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.3 -> To Version 8.0.3

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.14 -> To Version 8.0.15 (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.14 to 8.0.15 (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
- **Build**: [20250312.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2661775)
- **Date Produced**: March 13, 2025 3:37:27 AM UTC
- **Commit**: [6eee28c27213784c1f8a112df1c90113585c4111](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC6eee28c27213784c1f8a112df1c90113585c4111)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.3 to 8.0.3][1]
  - **Microsoft.NET.HostModel**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.Platforms**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.2][2]
  - **System.Formats.Asn1**: [from 8.0.2 to 8.0.2][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from 8.0.14 to 8.0.15][3]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC1584e493603cfc4e9b36b77d6d4afe97de6363f9&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC81cabf2857a01351e5ab578947c7403a5b128ad1&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files
[3]: dotnet/emsdk@ec84e77...6afd7b9

[DependencyUpdate]: <> (End)

[marker]: <> (End:471db9b4-49ec-4921-de46-08dc11e85c3a)
…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.14 to 8.0.15 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: dd95552e-72fb-4363-9b59-08dbd5a5c3e7
- **Build**: [20250312.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2661775)
- **Date Produced**: March 13, 2025 3:37:27 AM UTC
- **Commit**: [6eee28c27213784c1f8a112df1c90113585c4111](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC6eee28c27213784c1f8a112df1c90113585c4111)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.3 to 8.0.3][1]
  - **Microsoft.NET.HostModel**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.NETCore.Platforms**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.2][2]
  - **System.Formats.Asn1**: [from 8.0.2 to 8.0.2][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from 8.0.14 to 8.0.15][3]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC1584e493603cfc4e9b36b77d6d4afe97de6363f9&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC81cabf2857a01351e5ab578947c7403a5b128ad1&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files
[3]: dotnet/emsdk@ec84e77...6afd7b9

[DependencyUpdate]: <> (End)

[marker]: <> (End:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
…otnet-windowsdesktop build 20250314.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.14 -> To Version 8.0.15

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.14-servicing.25113.2 -> To Version 8.0.15-servicing.25163.3 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-windowsdesktop build 20250314.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.14 -> To Version 8.0.15

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.14-servicing.25113.2 -> To Version 8.0.15-servicing.25163.3 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-runtime build 20250314.9

Microsoft.Extensions.Logging.Abstractions , 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.Diagnostics.EventLog , System.Formats.Asn1 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.3 -> To Version 8.0.3
…otnet-runtime build 20250314.9

Microsoft.Extensions.Logging.Abstractions , 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.Diagnostics.EventLog , System.Formats.Asn1 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.3 -> To Version 8.0.3
…otnet-runtime build 20250314.13

Microsoft.Extensions.Logging.Abstractions , 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.Diagnostics.EventLog , System.Formats.Asn1 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.3 -> To Version 8.0.3
…otnet-runtime build 20250314.13

Microsoft.Extensions.Logging.Abstractions , 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.Diagnostics.EventLog , System.Formats.Asn1 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.3 -> To Version 8.0.3
…dnceng/internal/dotnet-runtime, 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.14-servicing.25113.2 to 8.0.15-servicing.25163.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
- **Build**: [20250314.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663481)
- **Date Produced**: March 14, 2025 5:31:13 PM UTC
- **Commit**: [f53fd07b3c1508214c05fbd2ee4d2a9bad3f02d3](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCf53fd07b3c1508214c05fbd2ee4d2a9bad3f02d3)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.14 to 8.0.15][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.14-servicing.25113.1 to 8.0.15-servicing.25164.1][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.14-servicing.25113.1 to 8.0.15-servicing.25164.1][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.14-servicing.25113.2 to 8.0.15-servicing.25163.3][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC8506c0d82a3737ab3e7edce3976f11065bb57fd2&targetVersion=GCf53fd07b3c1508214c05fbd2ee4d2a9bad3f02d3&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GCaf059f93ea0cd5b695d098162f0d9b1651adb6a3&targetVersion=GCb96de9c3900a80c97119788a4bde7c34dd5ebac0&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:43ca46dd-3142-499e-f076-08dbd5a5cbe7)

[marker]: <> (Begin:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: dd95552e-72fb-4363-9b59-08dbd5a5c3e7
- **Build**: [20250314.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663574)
- **Date Produced**: March 14, 2025 10:41:36 PM UTC
- **Commit**: [f64f43502df9ae0b087be92136fa2242091b3145](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCf64f43502df9ae0b087be92136fa2242091b3145)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.3 to 8.0.3][3]
  - **Micro...
…dnceng/internal/dotnet-runtime, 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.14-servicing.25113.2 to 8.0.15-servicing.25163.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
- **Build**: [20250314.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663481)
- **Date Produced**: March 14, 2025 5:31:13 PM UTC
- **Commit**: [f53fd07b3c1508214c05fbd2ee4d2a9bad3f02d3](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCf53fd07b3c1508214c05fbd2ee4d2a9bad3f02d3)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.14 to 8.0.15][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.14 to 8.0.15][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.14-servicing.25113.1 to 8.0.15-servicing.25164.1][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.14-servicing.25113.1 to 8.0.15-servicing.25164.1][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.14-servicing.25113.2 to 8.0.15-servicing.25163.3][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC8506c0d82a3737ab3e7edce3976f11065bb57fd2&targetVersion=GCf53fd07b3c1508214c05fbd2ee4d2a9bad3f02d3&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GCaf059f93ea0cd5b695d098162f0d9b1651adb6a3&targetVersion=GCb96de9c3900a80c97119788a4bde7c34dd5ebac0&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)

[marker]: <> (Begin:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 471db9b4-49ec-4921-de46-08dc11e85c3a
- **Build**: [20250314.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663574)
- **Date Produced**: March 14, 2025 10:41:36 PM UTC
- **Commit**: [f64f43502df9ae0b087be92136fa2242091b3145](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCf64f43502df9ae0b087be92136fa2242091b3145)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.3 to 8.0.3][3]
  - **Micro...
…otnet-aspnetcore build 20250315.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.14-servicing.25112.21 -> To Version 8.0.15-servicing.25165.2
…otnet-aspnetcore build 20250315.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.14-servicing.25112.21 -> To Version 8.0.15-servicing.25165.2
…dnceng/internal/dotnet-aspnetcore

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
- **Build**: [20250315.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2664261)
- **Date Produced**: March 15, 2025 7:05:47 PM UTC
- **Commit**: [d6c6665f772165b3ac034420397184dabf993fdc](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCd6c6665f772165b3ac034420397184dabf993fdc)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:5ae73aca-14b4-4570-17b0-08dbd53e3897)
…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
- **Build**: [20250315.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2664261)
- **Date Produced**: March 15, 2025 7:05:47 PM UTC
- **Commit**: [d6c6665f772165b3ac034420397184dabf993fdc](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCd6c6665f772165b3ac034420397184dabf993fdc)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…otnet-aspnetcore build 20250315.5

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.15-servicing.25165.2 -> To Version 8.0.15-servicing.25165.5
v-wuzhai and others added 25 commits June 5, 2025 02:02
…merge/release/8.0.4xx-to-release/9.0.1xx
…0606.7

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.12.35-preview-25210-18 -> To Version 17.12.38-preview-25306-07
…0250519.4

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25268.8 -> To Version 9.0.107-servicing.25269.4
…0250604.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25268.8 -> To Version 9.0.108-servicing.25304.3
…0250604.7

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25268.8 -> To Version 9.0.108-servicing.25304.7
…0250604.14

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25268.8 -> To Version 9.0.108-servicing.25304.14
…ence-packages build 20250522.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.25266.1 -> To Version 9.0.0-alpha.1.25272.2
…25.1

Microsoft.SourceBuild.Intermediate.razor , Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport
 From Version 9.0.0-preview.25256.3 -> To Version 9.0.0-preview.25275.1
…525.3

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.CSharp.CodeStyle , Microsoft.CodeAnalysis.CSharp.Features , Microsoft.CodeAnalysis.CSharp.Workspaces , Microsoft.CodeAnalysis.Workspaces.MSBuild , Microsoft.Net.Compilers.Toolset , Microsoft.Net.Compilers.Toolset.Framework
 From Version 4.12.0-3.25256.6 -> To Version 4.12.0-3.25275.3
@github-actions github-actions bot requested a review from a team as a code owner June 11, 2025 05:32
…merge/release/9.0.1xx-to-release/9.0.3xx
@v-wuzhai v-wuzhai merged commit 105abf6 into release/9.0.3xx Jun 11, 2025
30 checks passed
@v-wuzhai v-wuzhai deleted the merge/release/9.0.1xx-to-release/9.0.3xx branch June 11, 2025 08:38
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.

10 participants