Skip to content

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

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 53 commits into from
Aug 8, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 7, 2025

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]
  • marcpopMSFT
  • dotnet-sb-bot
  • mthalman
  • 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/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 [email protected]: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 [email protected]:dotnet/sdk merge/release/9.0.1xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]: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.

dotnet-bot and others added 30 commits July 4, 2025 06:43
…otnet-runtime build 20250703.13

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , 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.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.7 -> To Version 9.0.8
…otnet-aspnetcore build 20250703.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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.7-servicing.25317.2 -> To Version 9.0.8-servicing.25353.6
…otnet-aspnetcore build 20250708.12

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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.7-servicing.25317.2 -> To Version 9.0.8-servicing.25358.12
…otnet-runtime build 20250708.20

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , 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.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.7 -> To Version 9.0.8

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100,Microsoft.SourceBuild.Intermediate.emsdk
 From Version 9.0.7-servicing.25304.2 -> To Version 9.0.8-servicing.25353.1 (parent: Microsoft.NETCore.App.Runtime.win-x64
…otnet-aspnetcore build 20250710.11

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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.7-servicing.25317.2 -> To Version 9.0.8-servicing.25360.11
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:7c429c14-b12b-40f6-ae9e-395f98f369df)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [7c429c14-b12b-40f6-ae9e-395f98f369df](https://maestro.dot.net/subscriptions?search=7c429c14-b12b-40f6-ae9e-395f98f369df)
- **Build**: [20250710.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747472)
- **Date Produced**: July 10, 2025 11:22:44 PM UTC
- **Commit**: [56eb014ffd938ceed8865dd08ec7799a48ef031f](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC56eb014ffd938ceed8865dd08ec7799a48ef031f)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.7-servicing.25317.2 to 9.0.8-servicing.25360.11][3]
    - 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.9.0
    - Microsoft.SourceBuild.Intermediate.aspnetcore
  - From [9.0.7 to 9.0.8][3]
    - 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

[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCf6b3a5da75eb405046889a5447ec9b14cc29d285&targetVersion=GC56eb014ffd938ceed8865dd08ec7799a48ef031f&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:7c429c14-b12b-40f6-ae9e-395f98f369df)
…otnet-windowsdesktop build 20250711.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
 From Version 9.0.7 -> To Version 9.0.8

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.7-rtm.25317.1 -> To Version 9.0.8-rtm.25360.3 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [57bb26e6-6f64-40cf-a4ea-5b973f41bc22](https://maestro.dot.net/subscriptions?search=57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
- **Build**: [20250708.20](https://dev.azure.com/dnceng/internal/_build/results?buildId=2745714)
- **Date Produced**: July 9, 2025 5:27:00 AM UTC
- **Commit**: [a53bab00a73f56e1183242bec45cfd12c3b03758](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCa53bab00a73f56e1183242bec45cfd12c3b03758)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.7 to 9.0.8][2]
    - Microsoft.Bcl.AsyncInterfaces
    - Microsoft.Extensions.DependencyModel
    - Microsoft.Extensions.FileProviders.Abstractions
    - Microsoft.Extensions.FileSystemGlobbing
    - Microsoft.Extensions.Logging
    - Microsoft.Extensions.Logging.Abstractions
    - Microsoft.Extensions.Logging.Console
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - Microsoft.Win32.SystemEvents
    - System.CodeDom
    - System.Composition.AttributedModel
    - System.Composition.Convention
    - System.Composition.Hosting
    - System.Composition.Runtime
    - System.Composition.TypedParts
    - System.Configuration.ConfigurationManager
    - System.Formats.Asn1
    - System.Reflection.MetadataLoadContext
    - System.Resources.Extensions
    - System.Security.Cryptography.Pkcs
    - System.Security.Cryptography.ProtectedData
    - System.Security.Cryptography.Xml
    - System.Security.Permissions
    - System.ServiceProcess.ServiceController
    - System.Text.Encoding.CodePages
    - System.Text.Json
    - System.Windows.Extensions
  - From [9.0.7-servicing.25316.16 to 9.0.8-servicing.25358.20][2]
    - Microsoft.NET.HostModel
    - Microsoft.NETCore.Platforms
    - VS.Redist.Common.NetCore.SharedFramework.x64.9.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.9.0
    - Microsoft.SourceBuild.Intermediate.runtime.linux-x64
  - From [9.0.7-servicing.25304.2 to 9.0.8-servicing.25353.1][3]
    - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport
    - Microsoft.SourceBuild.Intermediate.emsdk
  - From [9.0.7 to 9.0.8][3]
    - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100

[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC3c298d9f00936d651cc47d221762474e25277672&targetVersion=GCa53bab00a73f56e1183242bec45cfd12c3b03758&_a=files
[3]: dotnet/emsdk@b567cdb...0bcc3e6

[DependencyUpdate]: <> (End)

[marker]: <> (End:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were ...
…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 9.0.7-rtm.25317.1 to 9.0.8-rtm.25360.3 (parent: Microsoft.WindowsDesktop.App.Ref)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 9.0.7-servicing.25316.4 to 9.0.8-servicing.25360.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 9.0.7-rtm.25317.1 to 9.0.8-rtm.25360.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:87db4525-6885-42da-8dd0-7ce296d7fd1a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [87db4525-6885-42da-8dd0-7ce296d7fd1a](https://maestro.dot.net/subscriptions?search=87db4525-6885-42da-8dd0-7ce296d7fd1a)
- **Build**: [20250711.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747884)
- **Date Produced**: July 11, 2025 10:06:17 AM UTC
- **Commit**: [27b4e6ab1eca3b5844c8a31d7c4e27b0a3d64640](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC27b4e6ab1eca3b5844c8a31d7c4e27b0a3d64640)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.7 to 9.0.8][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [9.0.7-servicing.25317.1 to 9.0.8-servicing.25361.1][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
  - From [9.0.7-rtm.25317.1 to 9.0.8-rtm.25360.3][2]
    - Microsoft.NET.Sdk.WindowsDesktop
    - Microsoft.DotNet.Wpf.ProjectTemplates
  - From [9.0.7-servicing.25316.4 to 9.0.8-servicing.25360.4][3]
    - Microsoft.Dotnet.WinForms.ProjectTemplates

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCbd9e6e960b9e9f00df0462574638f54e80734b7c&targetVersion=GC27b4e6ab1eca3b5844c8a31d7c4e27b0a3d64640&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC7ac13333cf0a6ba33b4be231673080313e752e6a&targetVersion=GC0f52b1010b9f0f8ed38bf50711baebcb74b36446&_a=files
[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC839ce1ed3f4e73f8628ba24f48660ecebd99824e&targetVersion=GC6d4e5a13ec610b3271c8d6864a7a4f2e7cce91ec&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:87db4525-6885-42da-8dd0-7ce296d7fd1a)
…otnet-aspnetcore build 20250714.3

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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.8-servicing.25360.11 -> To Version 9.0.8-servicing.25364.3
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:7c429c14-b12b-40f6-ae9e-395f98f369df)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [7c429c14-b12b-40f6-ae9e-395f98f369df](https://maestro.dot.net/subscriptions?search=7c429c14-b12b-40f6-ae9e-395f98f369df)
- **Build**: [20250714.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2749787)
- **Date Produced**: July 14, 2025 9:30:56 PM UTC
- **Commit**: [6f4adf57cb99aaf1a983519b42ea801e0eb177a6](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC6f4adf57cb99aaf1a983519b42ea801e0eb177a6)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8-servicing.25360.11 to 9.0.8-servicing.25364.3][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.9.0
    - Microsoft.SourceBuild.Intermediate.aspnetcore
  - From [9.0.8 to 9.0.8][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=GC56eb014ffd938ceed8865dd08ec7799a48ef031f&targetVersion=GC6f4adf57cb99aaf1a983519b42ea801e0eb177a6&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:7c429c14-b12b-40f6-ae9e-395f98f369df)
…otnet-runtime build 20250711.3

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , 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.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.8 -> To Version 9.0.8
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [57bb26e6-6f64-40cf-a4ea-5b973f41bc22](https://maestro.dot.net/subscriptions?search=57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
- **Build**: [20250711.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2747894)
- **Date Produced**: July 13, 2025 2:05:42 AM UTC
- **Commit**: [b1de385893698d29b537e9fae6edd4c18c2a5d4f](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCb1de385893698d29b537e9fae6edd4c18c2a5d4f)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8 to 9.0.8][1]
    - Microsoft.Bcl.AsyncInterfaces
    - Microsoft.Extensions.DependencyModel
    - Microsoft.Extensions.FileProviders.Abstractions
    - Microsoft.Extensions.FileSystemGlobbing
    - Microsoft.Extensions.Logging
    - Microsoft.Extensions.Logging.Abstractions
    - Microsoft.Extensions.Logging.Console
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - Microsoft.Win32.SystemEvents
    - System.CodeDom
    - System.Composition.AttributedModel
    - System.Composition.Convention
    - System.Composition.Hosting
    - System.Composition.Runtime
    - System.Composition.TypedParts
    - System.Configuration.ConfigurationManager
    - System.Formats.Asn1
    - System.Reflection.MetadataLoadContext
    - System.Resources.Extensions
    - System.Security.Cryptography.Pkcs
    - System.Security.Cryptography.ProtectedData
    - System.Security.Cryptography.Xml
    - System.Security.Permissions
    - System.ServiceProcess.ServiceController
    - System.Text.Encoding.CodePages
    - System.Text.Json
    - System.Windows.Extensions
  - From [9.0.8-servicing.25358.20 to 9.0.8-servicing.25361.3][1]
    - Microsoft.NET.HostModel
    - Microsoft.NETCore.Platforms
    - VS.Redist.Common.NetCore.SharedFramework.x64.9.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.9.0
    - Microsoft.SourceBuild.Intermediate.runtime.linux-x64

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
…otnet-windowsdesktop build 20250715.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
 From Version 9.0.8 -> To Version 9.0.8

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.8-rtm.25360.3 -> To Version 9.0.8-rtm.25365.1 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-aspnetcore build 20250715.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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.8-servicing.25364.3 -> To Version 9.0.8-servicing.25365.1
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:7c429c14-b12b-40f6-ae9e-395f98f369df)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [7c429c14-b12b-40f6-ae9e-395f98f369df](https://maestro.dot.net/subscriptions?search=7c429c14-b12b-40f6-ae9e-395f98f369df)
- **Build**: [20250715.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2750555)
- **Date Produced**: July 15, 2025 7:29:01 PM UTC
- **Commit**: [aa2675a4242e642f144641a8d85325c69c4445c5](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCaa2675a4242e642f144641a8d85325c69c4445c5)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8-servicing.25364.3 to 9.0.8-servicing.25365.1][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.9.0
    - Microsoft.SourceBuild.Intermediate.aspnetcore
  - From [9.0.8 to 9.0.8][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=GC6f4adf57cb99aaf1a983519b42ea801e0eb177a6&targetVersion=GCaa2675a4242e642f144641a8d85325c69c4445c5&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:7c429c14-b12b-40f6-ae9e-395f98f369df)
…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 9.0.8-rtm.25360.3 to 9.0.8-rtm.25365.1 (parent: Microsoft.WindowsDesktop.App.Ref)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 9.0.8-servicing.25360.4 to 9.0.8-servicing.25364.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 9.0.8-rtm.25360.3 to 9.0.8-rtm.25365.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:87db4525-6885-42da-8dd0-7ce296d7fd1a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [87db4525-6885-42da-8dd0-7ce296d7fd1a](https://maestro.dot.net/subscriptions?search=87db4525-6885-42da-8dd0-7ce296d7fd1a)
- **Build**: [20250715.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2750654)
- **Date Produced**: July 15, 2025 7:10:02 PM UTC
- **Commit**: [e6a31682388b21899b4609e29303a4b516ec8dc3](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCe6a31682388b21899b4609e29303a4b516ec8dc3)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8 to 9.0.8][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [9.0.8-servicing.25361.1 to 9.0.8-servicing.25365.1][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
  - From [9.0.8-rtm.25360.3 to 9.0.8-rtm.25365.1][2]
    - Microsoft.NET.Sdk.WindowsDesktop
    - Microsoft.DotNet.Wpf.ProjectTemplates
  - From [9.0.8-servicing.25360.4 to 9.0.8-servicing.25364.1][3]
    - Microsoft.Dotnet.WinForms.ProjectTemplates

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC27b4e6ab1eca3b5844c8a31d7c4e27b0a3d64640&targetVersion=GCe6a31682388b21899b4609e29303a4b516ec8dc3&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC0f52b1010b9f0f8ed38bf50711baebcb74b36446&targetVersion=GC29823af871df23e77bed56c27e05b2b093953ee5&_a=files
[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC6d4e5a13ec610b3271c8d6864a7a4f2e7cce91ec&targetVersion=GC45b6768a08b566fb02b8a00a81dbfc517925e8b7&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:87db4525-6885-42da-8dd0-7ce296d7fd1a)
…0250716.5

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.109-servicing.25353.8 -> To Version 9.0.109-servicing.25366.5
…0250716.10

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.109-servicing.25353.8 -> To Version 9.0.109-servicing.25366.10
…otnet-windowsdesktop build 20250717.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
 From Version 9.0.8 -> To Version 9.0.8
…otnet-runtime build 20250715.11

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , 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.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.8 -> To Version 9.0.8
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [57bb26e6-6f64-40cf-a4ea-5b973f41bc22](https://maestro.dot.net/subscriptions?search=57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
- **Build**: [20250715.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2750577)
- **Date Produced**: July 18, 2025 2:01:47 AM UTC
- **Commit**: [aae90fa09086a9be09dac83fa66542232c7269d8](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCaae90fa09086a9be09dac83fa66542232c7269d8)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8 to 9.0.8][1]
    - Microsoft.Bcl.AsyncInterfaces
    - Microsoft.Extensions.DependencyModel
    - Microsoft.Extensions.FileProviders.Abstractions
    - Microsoft.Extensions.FileSystemGlobbing
    - Microsoft.Extensions.Logging
    - Microsoft.Extensions.Logging.Abstractions
    - Microsoft.Extensions.Logging.Console
    - Microsoft.NET.ILLink.Tasks
    - Microsoft.NETCore.App.Host.win-x64
    - Microsoft.NETCore.App.Ref
    - Microsoft.NETCore.App.Runtime.win-x64
    - Microsoft.Win32.SystemEvents
    - System.CodeDom
    - System.Composition.AttributedModel
    - System.Composition.Convention
    - System.Composition.Hosting
    - System.Composition.Runtime
    - System.Composition.TypedParts
    - System.Configuration.ConfigurationManager
    - System.Formats.Asn1
    - System.Reflection.MetadataLoadContext
    - System.Resources.Extensions
    - System.Security.Cryptography.Pkcs
    - System.Security.Cryptography.ProtectedData
    - System.Security.Cryptography.Xml
    - System.Security.Permissions
    - System.ServiceProcess.ServiceController
    - System.Text.Encoding.CodePages
    - System.Text.Json
    - System.Windows.Extensions
  - From [9.0.8-servicing.25361.3 to 9.0.8-servicing.25365.11][1]
    - Microsoft.NET.HostModel
    - Microsoft.NETCore.Platforms
    - VS.Redist.Common.NetCore.SharedFramework.x64.9.0
    - VS.Redist.Common.NetCore.TargetingPack.x64.9.0
    - Microsoft.SourceBuild.Intermediate.runtime.linux-x64

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:87db4525-6885-42da-8dd0-7ce296d7fd1a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [87db4525-6885-42da-8dd0-7ce296d7fd1a](https://maestro.dot.net/subscriptions?search=87db4525-6885-42da-8dd0-7ce296d7fd1a)
- **Build**: [20250717.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2752584)
- **Date Produced**: July 18, 2025 1:02:49 AM UTC
- **Commit**: [231ec1df54109ee18cd883615006931cccb18c8d](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC231ec1df54109ee18cd883615006931cccb18c8d)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8 to 9.0.8][1]
    - Microsoft.WindowsDesktop.App.Ref
    - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [9.0.8-servicing.25365.1 to 9.0.8-servicing.25367.1][1]
    - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0
    - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:87db4525-6885-42da-8dd0-7ce296d7fd1a)
…otnet-aspnetcore build 20250718.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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.8-servicing.25365.1 -> To Version 9.0.8-servicing.25368.5
…otnet-aspnetcore build 20250718.8

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.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.8-servicing.25365.1 -> To Version 9.0.8-servicing.25368.8
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:7c429c14-b12b-40f6-ae9e-395f98f369df)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [7c429c14-b12b-40f6-ae9e-395f98f369df](https://maestro.dot.net/subscriptions?search=7c429c14-b12b-40f6-ae9e-395f98f369df)
- **Build**: [20250718.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2753131)
- **Date Produced**: July 18, 2025 9:25:21 PM UTC
- **Commit**: [215a587e52efa710de84138b0a3374b860b924d8](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC215a587e52efa710de84138b0a3374b860b924d8)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.8-servicing.25365.1 to 9.0.8-servicing.25368.8][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.9.0
    - Microsoft.SourceBuild.Intermediate.aspnetcore
  - From [9.0.8 to 9.0.8][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=GCaa2675a4242e642f144641a8d85325c69c4445c5&targetVersion=GC215a587e52efa710de84138b0a3374b860b924d8&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:7c429c14-b12b-40f6-ae9e-395f98f369df)
…otnet-windowsdesktop build 20250718.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
 From Version 9.0.8 -> To Version 9.0.8

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.8-rtm.25365.1 -> To Version 9.0.8-rtm.25368.9 (parent: Microsoft.WindowsDesktop.App.Ref
dotnet-maestro bot and others added 10 commits August 6, 2025 03:18
…0250805.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.109-servicing.25353.8 -> To Version 9.0.110-servicing.25405.3
…darc-release/9.0.1xx-ec9de1a0-a055-4643-b075-73193f96cb49
…0250806.2

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.110-servicing.25405.3 -> To Version 9.0.110-servicing.25406.2
@github-actions github-actions bot requested review from a team as code owners August 7, 2025 06:07
@SimonZhao888
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@SimonZhao888
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dsplaisted dsplaisted merged commit fffbe68 into release/9.0.3xx Aug 8, 2025
30 checks passed
@dsplaisted dsplaisted deleted the merge/release/9.0.1xx-to-release/9.0.3xx branch August 8, 2025 17:03
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.

7 participants