Skip to content

Conversation

@github-actions
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
  • vseanreesermsft
  • dkurepa
  • 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.

dotnet-bot and others added 30 commits October 1, 2025 02:05
…otnet-runtime build 20250930.10

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.21-servicing.25475.13 -> To Version 8.0.21-servicing.25480.10
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.21 -> To Version 8.0.21
…otnet-windowsdesktop build 20251004.2

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.21-servicing.25475.7 -> To Version 8.0.21-servicing.25504.2
…otnet-windowsdesktop build 20251007.8

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.21-servicing.25475.7 -> To Version 8.0.22-servicing.25507.8
…otnet-runtime build 20251007.14

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.21-servicing.25475.13 -> To Version 8.0.22-servicing.25507.14
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.21 -> To Version 8.0.22
…otnet-aspnetcore build 20251008.8

On relative base path root
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 Version 8.0.21-servicing.25475.15 -> To Version 8.0.21-servicing.25508.8
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 From Version 8.0.21 -> To Version 8.0.21
…otnet-aspnetcore build 20251010.10

On relative base path root
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 Version 8.0.21-servicing.25475.15 -> To Version 8.0.21-servicing.25510.10
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 From Version 8.0.21 -> To Version 8.0.21
…3 repositories

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**: [20251007.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2810563) ([286106](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/286106))
- **Date Produced**: October 8, 2025 4:11:40 AM UTC
- **Commit**: [f8f07a0ad92f9efe58458892b4316bdd857d6b3f](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCf8f07a0ad92f9efe58458892b4316bdd857d6b3f)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.21-servicing.25475.13 to 8.0.22-servicing.25507.14][4]
     - 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.21 to 8.0.22][4]
     - Microsoft.NET.ILLink.Tasks
     - Microsoft.NETCore.App.Host.win-x64
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64
     - Microsoft.NETCore.DotNetHostResolver

[4]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC362ab6669d55a75d51166f01b596c967c734ef4c&targetVersion=GCf8f07a0ad92f9efe58458892b4316bdd857d6b3f&_a=files

[DependencyUpdate]: <> (End)

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

[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**: [20251007.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2810454) ([286069](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-windowsdesktop/build/286069))
- **Date Produced**: October 7, 2025 10:32:14 PM UTC
- **Commit**: [9df853fd82c6182d404d8422d9c4f027c66d6553](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC9df853fd82c6182d404d8422d9c4f027c66d6553)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.21 to 8.0.22][3]
     - Microsoft.WindowsDesktop.App.Ref
     - Microsoft.WindowsDesktop.App.Runtime.win-x64
  - From [8.0.21-servicing.25475.7 to 8.0.22-servicing.25507.8][3]
     - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0
     - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0

[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdeskt...
…otnet-runtime build 20251010.8

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25507.14 -> To Version 8.0.22-servicing.25510.8
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.22 -> To Version 8.0.22

Dependency coherency updates
On relative base path root
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.21 -> To Version 8.0.22 (parent: Microsoft.NETCore.App.Runtime.win-x64)
…otnet-windowsdesktop build 20251010.4

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25507.8 -> To Version 8.0.22-servicing.25510.4

Dependency coherency updates
On relative base path root
Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.21-servicing.25475.4 -> To Version 8.0.22-servicing.25510.3 (parent: Microsoft.WindowsDesktop.App.Ref)
…otnet-runtime build 20251013.14

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25507.14 -> To Version 8.0.22-servicing.25513.14
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.22 -> To Version 8.0.22
…otnet-aspnetcore build 20251014.5

On relative base path root
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 Version 8.0.21-servicing.25510.10 -> To Version 8.0.22-servicing.25514.5
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 From Version 8.0.21 -> To Version 8.0.22
…otnet-windowsdesktop build 20251014.1

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25507.8 -> To Version 8.0.22-servicing.25514.1

Dependency coherency updates
On relative base path root
Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.21-servicing.25475.4 -> To Version 8.0.22-servicing.25514.4 (parent: Microsoft.WindowsDesktop.App.Ref)
#### AI description  (iteration 1)
#### PR Classification
Internal release update merging public changes to update dependency versions and integrate a new NuGet package metadata verification script.

#### PR Summary
This PR upgrades several dependency versions and streamlines post-build verification by adding a new PowerShell script while refactoring existing validation workflows. Key changes include:
- `eng/common/post-build/nuget-verification.ps1`: Added a new script that downloads required tools and verifies NuGet package metadata.
- `eng/common/post-build/nuget-validation.ps1` and related YAML files: Updated to remove redundant parameters and invoke the new verification script.
- `eng/Version.Details.xml`, `eng/Versions.props`, `global.json`, and `NuGet.config`: Updated dependency versions and SHA values to align with the new release.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…3 repositories

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.21-servicing.25475.4 to 8.0.22-servicing.25514.4 (parent: Microsoft.WindowsDesktop.App.Ref)

[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**: [20251013.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2815120) ([286920](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/286920))
- **Date Produced**: October 14, 2025 5:24:31 AM UTC
- **Commit**: [bf170a7fb8be5e094a798dd6c09f9b8e32dfd92a](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCbf170a7fb8be5e094a798dd6c09f9b8e32dfd92a)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.22-servicing.25507.14 to 8.0.22-servicing.25513.14][3]
     - 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.22 to 8.0.22][3]
     - Microsoft.NET.ILLink.Tasks
     - Microsoft.NETCore.App.Host.win-x64
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64
     - Microsoft.NETCore.DotNetHostResolver

[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCf8f07a0ad92f9efe58458892b4316bdd857d6b3f&targetVersion=GCbf170a7fb8be5e094a798dd6c09f9b8e32dfd92a&_a=files

[DependencyUpdate]: <> (End)

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

[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**: [20251014.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2815642) ([287033](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-windowsdesktop/build/287033))
- **Date Produced**: October 14, 2025 3:48:26 PM UTC
- **Commit**: [2a172fbd1b906a5f43444281a5b409e38a7a9c63](https://dev.azure.com/dnceng/internal/_git/dotnet-wind...
…otnet-aspnetcore build 20251014.12

On relative base path root
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 Version 8.0.22-servicing.25514.5 -> To Version 8.0.22-servicing.25514.12
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 From Version 8.0.22 -> To Version 8.0.22
…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**: [20251014.12](https://dev.azure.com/dnceng/internal/_build/results?buildId=2815790) ([287084](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-aspnetcore/build/287084))
- **Date Produced**: October 14, 2025 8:16:00 PM UTC
- **Commit**: [c9d28f3571d7c78b071398ba134c6b0e19e07e46](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCc9d28f3571d7c78b071398ba134c6b0e19e07e46)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.22-servicing.25514.5 to 8.0.22-servicing.25514.12][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.22 to 8.0.22][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=GC55df982a19c168298e6f599ae550ab5c5e195ef6&targetVersion=GCc9d28f3571d7c78b071398ba134c6b0e19e07e46&_a=files

[DependencyUpdate]: <> (End)

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

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25513.14 -> To Version 8.0.22-servicing.25514.13
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.22 -> To Version 8.0.22
…otnet-aspnetcore build 20251015.4

On relative base path root
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 Version 8.0.22-servicing.25514.12 -> To Version 8.0.22-servicing.25515.4
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 From Version 8.0.22 -> To Version 8.0.22
…otnet-windowsdesktop build 20251015.2

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25514.1 -> To Version 8.0.22-servicing.25515.2

Dependency coherency updates
On relative base path root
Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.22-servicing.25514.4 -> To Version 8.0.22-servicing.25515.3 (parent: Microsoft.WindowsDesktop.App.Ref)
…otnet-windowsdesktop build 20251015.4

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25514.1 -> To Version 8.0.22-servicing.25515.4
…otnet-windowsdesktop build 20251015.10

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25514.1 -> To Version 8.0.22-servicing.25515.10
…otnet-aspnetcore build 20251015.13

On relative base path root
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 Version 8.0.22-servicing.25514.12 -> To Version 8.0.22-servicing.25515.13
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 From Version 8.0.22 -> To Version 8.0.22
…otnet-aspnetcore build 20251015.18

On relative base path root
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 Version 8.0.22-servicing.25514.12 -> To Version 8.0.22-servicing.25515.18
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 From Version 8.0.22 -> To Version 8.0.22
…otnet-runtime build 20251016.7

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25513.14 -> To Version 8.0.22-servicing.25516.7
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.22 -> To Version 8.0.22
…otnet-runtime build 20251016.18

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25513.14 -> To Version 8.0.22-servicing.25516.18
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.22 -> To Version 8.0.22

Dependency coherency updates
On relative base path root
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.22 -> To Version 8.0.22 (parent: Microsoft.NETCore.App.Runtime.win-x64)
Mirroring and others added 21 commits October 17, 2025 05:08
…otnet-runtime build 20251017.4

On relative base path root
Microsoft.NET.HostModel , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25513.14 -> To Version 8.0.22-servicing.25517.4
Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver From Version 8.0.22 -> To Version 8.0.22
…otnet-windowsdesktop build 20251017.1

On relative base path root
Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 8.0.22 -> To Version 8.0.22
VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.22-servicing.25514.1 -> To Version 8.0.22-servicing.25517.1

Dependency coherency updates
On relative base path root
Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.22-servicing.25514.4 -> To Version 8.0.22-servicing.25517.2 (parent: Microsoft.WindowsDesktop.App.Ref)
…otnet-aspnetcore build 20251017.13

On relative base path root
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 Version 8.0.22-servicing.25514.12 -> To Version 8.0.22-servicing.25517.13
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 From Version 8.0.22 -> To Version 8.0.22
…3 repositories

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**: [20251017.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2818438) ([287605](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/287605))
- **Date Produced**: October 17, 2025 4:50:44 PM UTC
- **Commit**: [f41eed7a945cb632ec834e5b1a36f4489232c978](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCf41eed7a945cb632ec834e5b1a36f4489232c978)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.22-servicing.25513.14 to 8.0.22-servicing.25517.4][7]
     - 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.22 to 8.0.22][7]
     - Microsoft.NET.ILLink.Tasks
     - Microsoft.NETCore.App.Host.win-x64
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64
     - Microsoft.NETCore.DotNetHostResolver

[7]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCbf170a7fb8be5e094a798dd6c09f9b8e32dfd92a&targetVersion=GCf41eed7a945cb632ec834e5b1a36f4489232c978&_a=files

[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**: [20251017.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2818753) ([287657](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-aspnetcore/build/287657))
- **Date Produced**: October 17, 2025 10:57:36 PM UTC
- **Commit**: [8c4d2304d886fd33d4d1315b9fd438afbc46a4c0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC8c4d2304d886fd33d4d1315b9fd438afbc46a4c0)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.22-servicing.25514.12 to 8.0.22-servicing.25517.13][8]
     - 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.A...
…ml - use released sha for msbuild

internal/release/8.0.3xx - Updated Version.Details.xml - use released sha for msbuild

----
#### AI description  (iteration 1)
#### PR Classification
This pull request is a dependency update to use the released SHA for msbuild.

#### PR Summary
The pull request updates the `/eng/Version.Details.xml` file by replacing the SHA values for msbuild-related dependencies with the released SHA.
- `eng/Version.Details.xml`: Updated the SHA for the `Microsoft.Build`, `Microsoft.Build.Localization`, and `Microsoft.SourceBuild.Intermediate.msbuild` dependencies.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…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**: [20251027.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2825786) ([288799](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/288799))
- **Date Produced**: October 28, 2025 7:03:51 AM UTC
- **Commit**: [a2266c728f63a494ccb6786d794da2df135030be](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCa2266c728f63a494ccb6786d794da2df135030be)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.22-servicing.25517.4 to 8.0.22-servicing.25527.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.22 to 8.0.22][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=GCf41eed7a945cb632ec834e5b1a36f4489232c978&targetVersion=GCa2266c728f63a494ccb6786d794da2df135030be&_a=files

[DependencyUpdate]: <> (End)

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

----
#### AI description  (iteration 1)
#### PR Classification
This pull request is a configuration change that disables the NuGet audit feature.

#### PR Summary
The pull request disables NuGet audit by adding a new property group in the build configuration.
- `Directory.Build.props`: Introduced a `<PropertyGroup>` setting `<NuGetAudit>` to `false` along with a comment noting a TODO to re-enable the audit in the future.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop

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**: [20251028.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2826220) ([288820](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-aspnetcore/build/288820))
- **Date Produced**: October 28, 2025 1:25:22 PM UTC
- **Commit**: [ee417479933278bb5aadc5944706a96b5ef74a5d](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCee417479933278bb5aadc5944706a96b5ef74a5d)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.22-servicing.25517.13 to 8.0.22-servicing.25528.8][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.8.0
  - From [8.0.22 to 8.0.22][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=GC8c4d2304d886fd33d4d1315b9fd438afbc46a4c0&targetVersion=GCee417479933278bb5aadc5944706a96b5ef74a5d&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)

[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.22-servicing.25517.2 to 8.0.22-servicing.25528.2 (parent: Microsoft.WindowsDesktop.App.Ref)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:1adb2556-0120-43d1-c468-08dc11e32ec2)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [1adb2556-0120-43d1-c468-08dc11e32ec2](https://maestro.dot.net/subscriptions?search=1adb2556-0120-43d1-c468-08dc11e...
dotnet-maestro bot and others added 3 commits November 25, 2025 21:00
[release/8.0.3xx] Update dependencies from dotnet/format


 - Merge branch 'release/8.0.3xx' into darc-release/8.0.3xx-ae2e8a3c-d110-4769-b5dc-4976b5fa4cb4
[release/8.0.3xx] Update dependencies from dotnet/roslyn
…merge/release/8.0.3xx-to-release/8.0.4xx
@DonnaChen888 DonnaChen888 merged commit 2d1e6c3 into release/8.0.4xx Nov 26, 2025
16 of 17 checks passed
@DonnaChen888 DonnaChen888 deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch November 26, 2025 05:44
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.

6 participants