[release/v7.5.7] Update branch for release#27480
Merged
adityapatwardhan merged 3 commits intoMay 20, 2026
Merged
Conversation
adityapatwardhan
approved these changes
May 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the release/v7.5.7 branch to align with the latest daily tooling and dependency pins for the release.
Changes:
- Bump .NET SDK from 9.0.313 to 9.0.314 (global.json + runtime metadata + changelog entry)
- Update multiple pinned NuGet dependencies from 9.0.15 to 9.0.16 across projects
- Reorder
$schemaplacement in the component detection manifest
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/main/cgmanifest.json | Updates pinned component versions and moves $schema to the end of the document. |
| test/tools/WebListener/WebListener.csproj | Bumps ASP.NET Core + CodePages package versions to 9.0.16. |
| test/tools/TestService/TestService.csproj | Bumps a broad set of pinned framework packages to 9.0.16. |
| test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj | Bumps pinned framework packages to 9.0.16 and updates CoreCLR.Eventing to 7.5.6. |
| test/perf/dotnet-tools/ResultsComparer/ResultsComparer.csproj | Bumps pinned dependencies (AsyncInterfaces/Immutable/Pipelines/Encodings.Web/Json) to 9.0.16. |
| test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj | Same 9.0.16 dependency bumps as ResultsComparer tool. |
| src/System.Management.Automation/System.Management.Automation.csproj | Bumps pinned framework packages to 9.0.16. |
| src/System.Management.Automation/SourceGenerators/PSVersionInfoGenerator/PSVersionInfoGenerator.csproj | Bumps Immutable/Metadata/CodePages to 9.0.16. |
| src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj | Bumps EventLog + ServiceController to 9.0.16. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Updates forced transitive pins from 9.0.15 to 9.0.16. |
| src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj | Bumps EventLog dependency to 9.0.16. |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Bumps SystemEvents/Metadata/AccessControl/Drawing.Common to 9.0.16. |
| src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj | Bumps EventLog + ServiceController to 9.0.16. |
| src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj | Bumps ConfigurationManager/EventLog/ProtectedData/PerformanceCounter to 9.0.16. |
| global.json | Updates SDK version to 9.0.314. |
| DotnetRuntimeMetadata.json | Updates SDK image version to 9.0.314. |
| CHANGELOG/v7.5/dependencychanges.json | Adds a changelog entry documenting the SDK bump. |
Comment on lines
1
to
2
| { | ||
| "$schema": "https://json.schemastore.org/component-detection-manifest.json", | ||
| "Registrations": [ |
Comment on lines
+863
to
865
| ], | ||
| "$schema": "https://json.schemastore.org/component-detection-manifest.json" | ||
| } |
359d08e
into
PowerShell:release/v7.5.7
49 of 52 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.
stable - Automated by PowerShell Bot