Backport 3 more PRs to the release/v7.6.0 branch from release/v7.6 branch#27043
Merged
daxian-dbw merged 3 commits intoPowerShell:release/v7.6.0from Mar 16, 2026
Merged
Backport 3 more PRs to the release/v7.6.0 branch from release/v7.6 branch#27043daxian-dbw merged 3 commits intoPowerShell:release/v7.6.0from
daxian-dbw merged 3 commits intoPowerShell:release/v7.6.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Backports three release-branch PRs into release/v7.6.0, primarily updating the pinned .NET SDK/runtime package versions, adjusting macOS packaging to emit both LTS and non-LTS packages for LTS releases, and updating the 7.6 changelog accordingly.
Changes:
- Bump .NET SDK pin from
10.0.200to10.0.201and update related package versions to10.0.5. - Update macOS packaging pipeline to always produce a standard
.pkgand additionally produce an LTS.pkgwhen applicable. - Refresh
CHANGELOG/7.6.mdentries for newly backported items.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
global.json |
Pins repository SDK to 10.0.201. |
DotnetRuntimeMetadata.json |
Updates SDK image version to align with the new SDK pin. |
tools/cgmanifest/main/cgmanifest.json |
Updates governed NuGet component versions (notably 10.0.4 → 10.0.5). |
.pipelines/templates/mac-package-build.yml |
Builds both non-LTS and LTS macOS .pkg for LTS releases and adds a metadata.json presence check. |
CHANGELOG/7.6.md |
Adds entries for the new backports and adjusts the Build/Packaging details section. |
src/System.Management.Automation/System.Management.Automation.csproj |
Updates core dependency package versions to 10.0.5. |
src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj |
Updates pinned dependency versions; also adds many RID-specific runtime.* package references. |
src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj |
Updates EventLog/ServiceController package versions. |
src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj |
Updates System.Diagnostics.EventLog to 10.0.5. |
src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj |
Updates SystemEvents and System.Drawing.Common to 10.0.5. |
src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj |
Updates EventLog/ServiceController to 10.0.5. |
src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj |
Updates several diagnostics-related packages to 10.0.5. |
test/tools/WebListener/WebListener.csproj |
Updates ASP.NET Core test tool package versions to 10.0.5. |
test/tools/TestService/TestService.csproj |
Updates package versions to 10.0.5 and adds many RID-specific runtime.* package references. |
test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj |
Adds System.Diagnostics.EventLog 10.0.5 to the test tool. |
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.
PR Summary
Backport 3 more PRs to the release/v7.6.0 branch from release/v7.6 branch