[release/v7.4.19] Update branch for release - #27830
Merged
Justin Chung (jshigetomi) merged 1 commit intoAug 11, 2026
Merged
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Patrick Meinecke (SeeminglyScience)
approved these changes
Aug 11, 2026
Justin Chung (jshigetomi)
enabled auto-merge (squash)
August 11, 2026 22:50
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the release/v7.4.19 branch for LTS release preparation by aligning dependency and SDK versions (recreating the tree from #27824 under a CLA-approved author).
Changes:
- Bumps .NET SDK from
8.0.423to8.0.424(and updates runtime metadata + changelog entry accordingly). - Updates several .NET 8.0.x package versions to
8.0.30(andSystem.Security.Cryptography.Xmlto8.0.4) across cgmanifests and project files. - Updates
Microsoft.Bcl.AsyncInterfacesfor perf tools from9.0.18to9.0.19.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/tpn/cgmanifest.json | Adds $schema at the top and updates pinned component versions. |
| tools/cgmanifest/main/cgmanifest.json | Updates pinned component versions. |
| test/tools/WebListener/WebListener.csproj | Updates ASP.NET Core package references to 8.0.30. |
| test/tools/TestService/TestService.csproj | Updates Microsoft.Windows.Compatibility and System.Drawing.Common to 8.0.30. |
| test/perf/dotnet-tools/ResultsComparer/ResultsComparer.csproj | Updates Microsoft.Bcl.AsyncInterfaces to 9.0.19. |
| test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj | Updates Microsoft.Bcl.AsyncInterfaces to 9.0.19. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Updates pinned dependency versions (8.0.30 / 8.0.4). |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Updates System.Drawing.Common to 8.0.30. |
| global.json | Updates .NET SDK version to 8.0.424. |
| DotnetRuntimeMetadata.json | Updates SDK image version to 8.0.424. |
| CHANGELOG/v7.4/dependencychanges.json | Adds a release/v7.4.19 entry documenting the SDK update. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Justin Chung (jshigetomi)
merged commit Aug 11, 2026
850c54b
into
PowerShell:release/v7.4.19
51 of 53 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
lts
Recreates the release prep changes from #27824 under a CLA-approved author because the automation bot is currently blocked on CLA registration.
The resulting tree matches #27824 exactly.