[release/v7.4.18] Update branch for release#27690
Merged
daxian-dbw merged 3 commits intoJul 15, 2026
Merged
Conversation
|
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
Updates the release/v7.4.18 branch for the next release by bumping the .NET SDK used to build the repo and refreshing several pinned NuGet/package versions across product, test, and tooling projects.
Changes:
- Bump .NET SDK from
8.0.422to8.0.423(and align runtime metadata + dependency change log). - Update pinned .NET 8 package versions (e.g.,
Microsoft.Extensions.ObjectPool,Microsoft.Windows.Compatibility,System.Drawing.Common,System.Security.Cryptography.Xml) to8.0.29/8.0.4. - Refresh a small set of test/perf tool dependencies (e.g.,
Microsoft.PowerShell.CoreCLR.Eventing7.4.17,Microsoft.Bcl.AsyncInterfaces9.0.18).
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/cgmanifest/main/cgmanifest.json | Updates cgmanifest NuGet component versions to match refreshed pins. |
| test/tools/WebListener/WebListener.csproj | Bumps ASP.NET Core package references to 8.0.29. |
| test/tools/TestService/TestService.csproj | Updates Windows/crypto/drawing-related package references to latest patch versions. |
| test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj | Bumps Microsoft.PowerShell.CoreCLR.Eventing to 7.4.17. |
| test/perf/dotnet-tools/ResultsComparer/ResultsComparer.csproj | Updates Microsoft.Bcl.AsyncInterfaces to 9.0.18. |
| test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj | Updates Microsoft.Bcl.AsyncInterfaces to 9.0.18. |
| src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj | Refreshes pinned dependency versions for SDK metapackage build consistency. |
| src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj | Updates System.Drawing.Common to 8.0.29. |
| global.json | Updates the repo SDK to 8.0.423. |
| DotnetRuntimeMetadata.json | Aligns SDK image metadata to 8.0.423. |
| CHANGELOG/v7.4/dependencychanges.json | Records the .NET SDK update for release/v7.4.18. |
Comment on lines
+42
to
+46
| "ChangeType": "NonSecurity", | ||
| "Branch": "release/v7.4.18", | ||
| "PackageId": ".NET SDK", | ||
| "FromVersion": "8.0.422", | ||
| "ToVersion": "8.0.423", |
daxian-dbw
approved these changes
Jul 15, 2026
SeeminglyScience
approved these changes
Jul 15, 2026
Member
|
The |
daxian-dbw
merged commit Jul 15, 2026
bbf8d62
into
PowerShell:release/v7.4.18
55 of 61 checks passed
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.
lts - Automated by PowerShell Bot