[master] Update branch for release#27582
Open
pwshBot wants to merge 3 commits into
Open
Conversation
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 repo to newer .NET SDK/package versions and refreshes compliance metadata.
Changes:
- Bump .NET SDK from
11.0.100-preview.4.26230.115to11.0.100-preview.5.26302.115(including runtime metadata + changelog entry). - Update several project PackageReferences to
11.0.0-preview.5.26302.115and test SDK to18.6.0. - Refresh
cgmanifest.json(add$schema, bump listed NuGet component versions to10.0.9).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/main/cgmanifest.json | Adds schema and bumps component versions (compliance manifest). |
| test/xUnit/xUnit.tests.csproj | Updates Microsoft.NET.Test.Sdk. |
| test/tools/WebListener/WebListener.csproj | Updates AspNetCore NewtonsoftJson preview package. |
| src/System.Management.Automation/System.Management.Automation.csproj | Updates several preview package references. |
| src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj | Updates ServiceController preview package reference. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Updates forced dependency versions to newer preview build. |
| src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj | Updates EventLog preview package reference. |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Updates System.Drawing.Common preview package reference. |
| src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj | Updates ServiceController preview package reference. |
| src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj | Updates PerformanceCounter preview package reference. |
| global.json | Updates pinned .NET SDK version. |
| DotnetRuntimeMetadata.json | Updates sdk image version metadata. |
| CHANGELOG/v7.7/dependencychanges.json | Records the SDK bump in the changelog metadata. |
Comment on lines
86
to
90
| "Type": "nuget", | ||
| "Nuget": { | ||
| "Name": "Microsoft.Bcl.AsyncInterfaces", | ||
| "Version": "10.0.8" | ||
| "Version": "10.0.9" | ||
| } |
Comment on lines
+35
to
+40
| <PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="11.0.0-preview.5.26302.115" /> | ||
| <PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.5.26302.115" /> | ||
| <PackageReference Include="System.DirectoryServices" Version="11.0.0-preview.5.26302.115" /> | ||
| <PackageReference Include="System.Management" Version="11.0.0-preview.5.26302.115" /> | ||
| <PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-preview.5.26302.115" /> | ||
| <PackageReference Include="System.Security.Permissions" Version="11.0.0-preview.5.26302.115" /> |
adityapatwardhan
approved these changes
Jun 9, 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