[release/v7.5.10] Update branch for release - #27826
[release/v7.5.10] Update branch for release#27826powershell-pr-automation[bot] wants to merge 3 commits into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
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 the repo’s pinned .NET SDK and related NuGet dependency versions across build metadata, component governance manifests, and project files.
Changes:
- Bump .NET SDK from 9.0.316 to 9.0.317 (global.json + runtime metadata + changelog entry).
- Update many pinned .NET 9 package references/manifests from 9.0.18/9.0.10 to 9.0.19 across src/test projects and cgmanifest files.
- Bump a few non-.NET-9 packages (e.g., System.Data.SqlClient 4.9.0→4.9.1, Microsoft.PowerShell.CoreCLR.Eventing 7.5.8→7.5.9).
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/tpn/cgmanifest.json | Updates third-party notice manifest package versions (notably many to 9.0.19; SqlClient to 4.9.1). |
| tools/cgmanifest/main/cgmanifest.json | Updates main CG manifest package versions to 9.0.19. |
| test/tools/WebListener/WebListener.csproj | Bumps ASP.NET Core + System.Text.Encoding.CodePages package refs to 9.0.19. |
| test/tools/TestService/TestService.csproj | Bumps a large set of pinned framework package refs to 9.0.19 (+ SqlClient 4.9.1 already present). |
| test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj | Updates Eventing + several framework package refs to newer versions. |
| test/perf/dotnet-tools/ResultsComparer/ResultsComparer.csproj | Updates pinned framework package refs used by perf tooling to 9.0.19. |
| test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj | Updates pinned framework package refs used by perf tooling to 9.0.19. |
| src/System.Management.Automation/System.Management.Automation.csproj | Updates pinned framework package refs to 9.0.19. |
| src/System.Management.Automation/SourceGenerators/PSVersionInfoGenerator/PSVersionInfoGenerator.csproj | Updates pinned Roslyn-adjacent framework package refs to 9.0.19. |
| src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj | Updates EventLog + ServiceController refs to 9.0.19. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Updates “force version” package refs broadly to 9.0.19. |
| src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj | Updates EventLog pinned ref to 9.0.19. |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Updates a few pinned framework package refs to 9.0.19. |
| src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj | Updates EventLog + ServiceController refs to 9.0.19. |
| src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj | Updates pinned framework package refs to 9.0.19. |
| global.json | Updates required .NET SDK version to 9.0.317. |
| DotnetRuntimeMetadata.json | Updates SDK image version to 9.0.317. |
| CHANGELOG/v7.5/dependencychanges.json | Records the SDK bump in the dependency changelog. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| "Type": "nuget", | ||
| "Nuget": { | ||
| "Name": "System.Data.SqlClient", | ||
| "Version": "4.9.0" | ||
| "Version": "4.9.1" | ||
| } |
| <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.19" /> | ||
| <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.19" /> | ||
| <PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="9.0.19" /> | ||
| <PackageReference Include="Microsoft.Win32.SystemEvents" Version="9.0.19" /> | ||
| <PackageReference Include="runtime.android-arm.runtime.native.System.IO.Ports" Version="9.0.19" /> | ||
| <PackageReference Include="runtime.android-arm64.runtime.native.System.IO.Ports" Version="9.0.19" /> | ||
| <PackageReference Include="runtime.android-x64.runtime.native.System.IO.Ports" Version="9.0.19" /> | ||
| <PackageReference Include="runtime.android-x86.runtime.native.System.IO.Ports" Version="9.0.19" /> | ||
| <PackageReference Include="runtime.linux-arm.runtime.native.System.IO.Ports" Version="9.0.19" /> | ||
| <PackageReference Include="runtime.linux-arm64.runtime.native.System.IO.Ports" Version="9.0.19" /> |
|
@powershell-pr-automation[bot] please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
stable - Automated by PowerShell Bot