[release/v7.5.10] Update branch for release - #27831
Merged
Patrick Meinecke (SeeminglyScience) merged 3 commits intoAug 11, 2026
Conversation
Patrick Meinecke (SeeminglyScience)
requested a review
from a team
as a code owner
August 11, 2026 22:54
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Patrick Meinecke (SeeminglyScience)
August 11, 2026 22:55
View session
Justin Chung (jshigetomi)
approved these changes
Aug 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the release/v7.5.10 branch for the next release cut by advancing the pinned .NET SDK and refreshing pinned .NET 9.x package references/cgmanifest entries to the latest servicing versions.
Changes:
- Bump .NET SDK from
9.0.316to9.0.317(and align runtime metadata + changelog entry). - Update pinned .NET package references across product/test/perf projects from
9.0.18(and some9.0.10) to9.0.19, plusSystem.Data.SqlClientto4.9.1. - Add
$schemato cgmanifest files (and move it to the top-level header for schema tooling support).
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/tpn/cgmanifest.json | Adds $schema and updates multiple NuGet component versions (notably 9.0.10 → 9.0.19). |
| tools/cgmanifest/main/cgmanifest.json | Adds $schema and updates NuGet component versions (9.0.18 → 9.0.19). |
| test/tools/WebListener/WebListener.csproj | Updates ASP.NET Core and System.Text.Encoding.CodePages package references to 9.0.19. |
| test/tools/TestService/TestService.csproj | Updates many pinned runtime/system package references to 9.0.19 and System.Data.SqlClient to 4.9.1. |
| test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj | Updates pinned system packages to 9.0.19 and bumps Microsoft.PowerShell.CoreCLR.Eventing to 7.5.9. |
| test/perf/dotnet-tools/ResultsComparer/ResultsComparer.csproj | Updates pinned Microsoft.Bcl.AsyncInterfaces and System.* packages to 9.0.19. |
| test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj | Updates pinned Microsoft.Bcl.AsyncInterfaces and System.* packages to 9.0.19. |
| src/System.Management.Automation/System.Management.Automation.csproj | Updates pinned .NET packages (System.* / Win32) to 9.0.19. |
| src/System.Management.Automation/SourceGenerators/PSVersionInfoGenerator/PSVersionInfoGenerator.csproj | Updates pinned System.Collections.Immutable, System.Reflection.Metadata, and System.Text.Encoding.CodePages to 9.0.19. |
| src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj | Updates EventLog and ServiceController package references to 9.0.19. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Updates broad set of forced/pinned transitive package versions to 9.0.19. |
| src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj | Updates System.Diagnostics.EventLog to 9.0.19. |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Updates Microsoft.Win32.SystemEvents, System.Reflection.Metadata, System.Threading.AccessControl, System.Drawing.Common to 9.0.19. |
| src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj | Updates EventLog and ServiceController package references to 9.0.19. |
| src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj | Updates ConfigurationManager, EventLog, ProtectedData, PerformanceCounter package references to 9.0.19. |
| global.json | Bumps required .NET SDK version to 9.0.317. |
| DotnetRuntimeMetadata.json | Aligns sdkImageVersion to 9.0.317. |
| CHANGELOG/v7.5/dependencychanges.json | Records the .NET SDK update for release/v7.5.10 (9.0.316 → 9.0.317). |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Patrick Meinecke (SeeminglyScience)
enabled auto-merge (squash)
August 11, 2026 23:18
Patrick Meinecke (SeeminglyScience)
merged commit Aug 11, 2026
71bc006
into
PowerShell:release/v7.5.10
38 of 39 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.
(Manual cherry-pick of #27829)
stable - Automated by PowerShell Bot