Skip to content

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' #50041

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

Conversation

github-actions[bot]
Copy link
Contributor

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

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
  • SimonZhao888
  • nagilson
  • dotnet-maestro[bot]
  • 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 [email protected]: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 [email protected]:dotnet/sdk merge/release/8.0.3xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx

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

Mirroring and others added 30 commits June 4, 2025 20:30
…otnet-windowsdesktop build 20250611.3

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.17 -> To Version 8.0.18
…otnet-runtime build 20250611.17

Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.Text.Json , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.17-servicing.25266.2 -> To Version 8.0.18-servicing.25311.17

Dependency coherency updates

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

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.17-servicing.25266.9 -> To Version 8.0.18-servicing.25311.13
…3 repositories

This pull request updates the following dependencies

[marker]: <> (Begin:1adb2556-0120-43d1-c468-08dc11e32ec2)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [1adb2556-0120-43d1-c468-08dc11e32ec2](https://maestro.dot.net/subscriptions?search=1adb2556-0120-43d1-c468-08dc11e32ec2)
- **Build**: [20250611.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2728394)
- **Date Produced**: June 12, 2025 2:27:28 AM UTC
- **Commit**: [a6f159eb263aa0b45be92800081f53cac9684dd2](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCa6f159eb263aa0b45be92800081f53cac9684dd2)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.17 to 8.0.18][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.17 to 8.0.18][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.17-servicing.25267.1 to 8.0.18-servicing.25311.3][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.17-servicing.25267.1 to 8.0.18-servicing.25311.3][1]

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

[DependencyUpdate]: <> (End)

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

[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.17 to 8.0.18 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [471db9b4-49ec-4921-de46-08dc11e85c3a](https://maestro.dot.net/subscriptions?search=471db9b4-49ec-4921-de46-08dc11e85c3a)
- **Build**: [20250611.17](https://dev.azure.com/dnceng/internal/_build/results?buildId=2728343)
- **Date Produced**: June 12, 2025 10:51:57 AM UTC
- **Commit**: [ef853a71052646a42abf17e888ec6d9a69614ad9](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCef853a71052646a42abf17e888ec6d9a69614ad9)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NET.HostModel**: [from 8.0.17-servicing.25266.2 to 8.0.18-servicing.25311.17][2]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.17 to 8.0.18][2]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.17 ...
…otnet-windowsdesktop build 20250613.2

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

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.17-servicing.25266.9 -> To Version 8.0.18-servicing.25313.2 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

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

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25313.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-08dc11e32ec2)
- **Build**: [20250613.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2729588)
- **Date Produced**: June 13, 2025 1:26:11 PM UTC
- **Commit**: [0bec0d55c9b799a612a838e8887d710bbeed487b](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC0bec0d55c9b799a612a838e8887d710bbeed487b)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.18 to 8.0.18][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.18 to 8.0.18][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.18-servicing.25311.3 to 8.0.18-servicing.25313.2][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.18-servicing.25311.3 to 8.0.18-servicing.25313.2][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.17-servicing.25266.9 to 8.0.18-servicing.25313.2][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCa6f159eb263aa0b45be92800081f53cac9684dd2&targetVersion=GC0bec0d55c9b799a612a838e8887d710bbeed487b&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC3385cf1d42f4e488140452369a247a4a16183ce4&targetVersion=GCc8ef90c1fc2ee2778b82b40148c04cd4880e0c35&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
#### AI description  (iteration 1)
#### PR Classification
This pull request merges branch release/8.0.3xx into internal/release/8.0.3xx to perform code cleanup and update dependency and certificate configurations.

#### PR Summary
The merge removes numerous obsolete scripts and configuration files while aligning dependency versions and certificate data across the codebase.
- Removed legacy files (e.g., PowerShell, shell scripts, patches, and config files) from folders like `src/arcade/eng/common/` and its subdirectories.
- Updated dependency versions and corresponding SHA values in configuration files such as `eng/Version.Details.xml`, `eng/Versions.props`, and `global.json`, with additional NuGet source updates in `NuGet.config`.
- Added a new certificate in `Layout/redist/trustedroots/timestampctl.pem` and updated associated certificate fingerprints in test files under `src/Tests/trustedroots.Tests/`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-windowsdesktop build 20250617.2

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

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.18-servicing.25313.2 -> To Version 8.0.18-servicing.25317.3 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

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

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.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](https://maestro.dot.net/subscriptions?search=1adb2556-0120-43d1-c468-08dc11e32ec2)
- **Build**: [20250617.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2732253)
- **Date Produced**: June 17, 2025 6:54:17 PM UTC
- **Commit**: [c4a3ad74410330b2a4004886916f56253d88fd1d](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCc4a3ad74410330b2a4004886916f56253d88fd1d)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.18 to 8.0.18][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.18 to 8.0.18][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.2][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.2][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.18-servicing.25313.2 to 8.0.18-servicing.25317.3][2]

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
…otnet-aspnetcore build 20250617.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.8.0
 From Version 8.0.18-servicing.25311.13 -> To Version 8.0.18-servicing.25317.6
#### AI description  (iteration 1)
#### PR Classification
This pull request updates dependency configurations by migrating internal dependency references to public GitHub sources and upgrading version numbers.

#### PR Summary
The changes update dependency entries to use public repositories and newer versions, ensuring consistency across build configurations.
- **`eng/Version.Details.xml`**: Upgraded Microsoft.Build, Microsoft.Build.Localization, and Microsoft.SourceBuild.Intermediate.msbuild dependencies from version 17.10.29 to 17.10.32 with updated URIs to GitHub and new SHA values; also updated the source-build-reference-packages dependency to a newer alpha version.
- **`eng/Versions.props`**: Adjusted version properties for MicrosoftBuildPackageVersion and MicrosoftBuildLocalizationPackageVersion to match the updated dependency versions.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…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**: [20250617.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=2732261)
- **Date Produced**: June 17, 2025 8:38:34 PM UTC
- **Commit**: [cea5fa610dba4e0c024727f4c528a66018b820a3](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCcea5fa610dba4e0c024727f4c528a66018b820a3)
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…place msbuild feed bb7

Updated NuGet.config - replace msbuild feed bb7

----
#### AI description  (iteration 1)
#### PR Classification
Configuration update.

#### PR Summary
This pull request updates the NuGet configuration to replace the msbuild feed with a new package source.
- `NuGet.config`: Added a package source entry with key "darc-pub-DotNet-msbuild-Trusted-bb7294f-1" pointing to a new NuGet feed.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Updated NuGet.config - fix public msbuild feed
…0.6 dependency which will...

Add back the STJ pinning as DependencyModel has a 8.0.6 dependency which will break in VS tasks

----
#### AI description  (iteration 1)
#### PR Classification
This pull request is a dependency update that reintroduces version pinning for System.Text.Json.

#### PR Summary
The changes add a pinned version property and update multiple project files to use the pinned System.Text.Json version, ensuring compatibility with DependencyModel dependency on 8.0.6.
- `eng/Versions.props`: Added `<PinnedSystemTextJsonPackageVersion>8.0.5</PinnedSystemTextJsonPackageVersion>` with a comment to align with Microsoft.Extensions.DependencyModel.
- `src/RazorSdk/Tasks/Microsoft.NET.Sdk.Razor.Tasks.csproj`: Updated the `System.Text.Json` package reference to include `VersionOverride="$(PinnedSystemTextJsonPackageVersion)"`.
- `src/StaticWebAssetsSdk/Tasks/Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj`: Updated the `System.Text.Json` package reference with the pinned version override.
- `src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj`: Revised the `System.Text.Json` package reference to use the pinned version.
- `src/WebSdk/Publish/Tasks/Microsoft.NET.Sdk.Publish.Tasks.csproj`: Modified the `System.Text.Json` package reference to incorporate the pinned version override.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…29.5

Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport
 From Version 7.0.0-preview.25275.5 -> To Version 7.0.0-preview.25329.5
…0702.5

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.8.31-servicing-25313-13 -> To Version 17.8.32-servicing-25352-05
…darc-release/8.0.1xx-9b4bfc2e-da25-4e5f-9778-eaded73d582b
…darc-release/8.0.1xx-84ca3d66-1601-4f98-bf50-cdb6d0f86784
…0250617.1

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.315-servicing.25311.2 -> To Version 8.0.315-servicing.25317.1
…0250626.4

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.315-servicing.25311.2 -> To Version 8.0.315-servicing.25326.4
…0250703.2

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.315-servicing.25311.2 -> To Version 8.0.316-servicing.25353.2
…0250703.6

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.315-servicing.25311.2 -> To Version 8.0.316-servicing.25353.6
vseanreesermsft and others added 15 commits July 8, 2025 14:31
…darc-release/8.0.1xx-9b4bfc2e-da25-4e5f-9778-eaded73d582b
…darc-release/8.0.3xx-86790119-c2ec-4f19-a122-df8e00cb8545
…darc-release/8.0.3xx-86790119-c2ec-4f19-a122-df8e00cb8545
@github-actions github-actions bot requested review from a team and vijayrkn as code owners August 4, 2025 20:33
@SimonZhao888
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@SimonZhao888 SimonZhao888 merged commit 1c1ddb1 into release/8.0.4xx Aug 6, 2025
18 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/8.0.3xx-to-release/8.0.4xx branch August 6, 2025 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants