[master] Update branch for release - #27825
Closed
powershell-pr-automation[bot] wants to merge 3 commits into
Closed
Conversation
powershell-pr-automation
Bot
requested a review
from Justin Chung (jshigetomi)
as a code owner
August 11, 2026 21:52
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates repo tooling and manifests to consume a newer .NET 11 preview SDK and associated dependency versions.
Changes:
- Bump .NET SDK version to
11.0.100-preview.7.26381.103(and corresponding package references). - Refresh cgmanifest NuGet registrations and move
$schemato the top of each manifest. - Record the SDK upgrade in the v7.7 dependency changelog.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/tpn/cgmanifest.json | Adds $schema at top and updates listed NuGet component versions. |
| tools/cgmanifest/main/cgmanifest.json | Adds $schema at top and updates listed NuGet component versions. |
| test/tools/WebListener/WebListener.csproj | Bumps ASP.NET Core preview package version. |
| test/perf/dotnet-tools/ResultsComparer/ResultsComparer.csproj | Bumps Perfolizer package version. |
| src/System.Management.Automation/System.Management.Automation.csproj | Bumps .NET preview package references. |
| src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj | Bumps ServiceController preview package reference. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Bumps pinned transitive preview package references. |
| src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj | Bumps EventLog preview package reference. |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Bumps System.Drawing.Common preview package reference. |
| src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj | Bumps ServiceController preview package reference. |
| src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj | Bumps PerformanceCounter preview package reference. |
| global.json | Updates pinned SDK version. |
| DotnetRuntimeMetadata.json | Updates SDK image version used by runtime metadata. |
| CHANGELOG/v7.7/dependencychanges.json | Adds a new entry documenting the SDK upgrade and normalizes an older timestamp. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| }, | ||
| { | ||
| "ChangeType": "NonSecurity", | ||
| "Branch": "master", |
| "AdvisoryUrls": [], | ||
| "Justification": "Updated .NET SDK. Building with the latest SDK is required.", | ||
| "TimestampUtc": "2026-07-14T22:06:54.5097290Z" | ||
| "TimestampUtc": "2026-07-14T22:06:54.509729Z" |
| "VulnerableRanges": [], | ||
| "AdvisoryUrls": [], | ||
| "Justification": "Updated .NET SDK. Building with the latest SDK is required.", | ||
| "TimestampUtc": "2026-08-11T21:50:09.8305901Z" |
Comment on lines
6
to
8
| "packageVersionPattern": "9.0.0-preview.6", | ||
| "sdkImageVersion": "11.0.100-preview.6.26359.118", | ||
| "sdkImageVersion": "11.0.100-preview.7.26381.103", | ||
| "nextChannel": "9.0.0-preview.7", |
Dongbo Wang (daxian-dbw)
approved these changes
Aug 11, 2026
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.
preview - Automated by PowerShell Bot