Update PowerShell to 7.6.0 in .NET 10.0 and 11.0 SDK images#7108
Closed
chris-peterson wants to merge 1 commit intodotnet:mainfrom
Closed
Update PowerShell to 7.6.0 in .NET 10.0 and 11.0 SDK images#7108chris-peterson wants to merge 1 commit intodotnet:mainfrom
chris-peterson wants to merge 1 commit intodotnet:mainfrom
Conversation
PowerShell 7.6.0 has been released. Update from 7.6.0-preview.4 to the GA release across all SDK Dockerfiles, manifest, and docs.
Author
|
@dotnet-policy-service agree |
Member
|
Hi @chris-peterson, thanks for opening a PR. This change has already been implemented in #7102. As documented in CONTRIBUTING.md, pull requests should be opened against the Product/dependency changes are only made in the official images once per month to avoid introducing breaking changes and unnecessary re-builds in the middle of a .NET patch cycle. We're already planning to ship the new PowerShell versions in the next .NET release on 2026-04-14, so I'm going to close this PR. |
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.
Update PowerShell to 7.6.0 in .NET 10.0 and 11.0 SDK images
Problem
The .NET 10.0 and 11.0 SDK Docker images ship PowerShell 7.6.0-preview.4. PowerShell 7.6.0 has been released as GA, so the images should use the stable
release.
Approach
Updated the version from
7.6.0-preview.4to7.6.0across all SDK Dockerfiles for both .NET 10.0 and 11.0. Themanifest.versions.jsonentry forpowershell|10.0was updated with the new version and SHA512 hashes; the 11.0 entries inherit via variable references and required no separate changes.All five platform-specific package hashes were recomputed from the CDN-hosted
.nupkgfiles (Linux Alpine, Linux x64, Linux arm64, Linux arm32, Windowsx64).
Testing
pwshinstalls and runs)7.6.0-previewreferences remain in the repository