Skip to content

[release/v7.5.7] Update Microsoft.PowerShell.Native to the latest GA version#27465

Open
adityapatwardhan wants to merge 2 commits into
PowerShell:release/v7.5.7from
adityapatwardhan:backport/release/v7.5.7/27400-faf1e0e4f
Open

[release/v7.5.7] Update Microsoft.PowerShell.Native to the latest GA version#27465
adityapatwardhan wants to merge 2 commits into
PowerShell:release/v7.5.7from
adityapatwardhan:backport/release/v7.5.7/27400-faf1e0e4f

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

Backport of #27400 to release/v7.5.7

Triggered by @adityapatwardhan on behalf of @daxian-dbw

Original CL Label: CL-BuildPackaging

/cc @PowerShell/powershell-maintainers

Impact

REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.

Tooling Impact

  • Required tooling change
  • Optional tooling change (include reasoning)

Updates Microsoft.PowerShell.Native to version 700.0.0, ensuring the release branch uses the latest GA native package.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Cherry-pick applied with one conflict in System.Management.Automation.csproj, resolved by updating the package reference to 700.0.0. Verified branch commit and push succeeded.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Change is limited to a package version update. No impact on runtime or customer-facing code beyond the intended native package update.

Merge Conflicts

Resolved conflict in System.Management.Automation.csproj by updating the Microsoft.PowerShell.Native package reference to 700.0.0 as in the original PR.

Copilot AI review requested due to automatic review settings May 17, 2026 18:31
@adityapatwardhan adityapatwardhan requested a review from a team as a code owner May 17, 2026 18:31
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label May 17, 2026
@adityapatwardhan adityapatwardhan force-pushed the backport/release/v7.5.7/27400-faf1e0e4f branch from 05e419c to 9df3051 Compare May 17, 2026 18:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This backports #27400 to the v7.5.7 release branch by updating the Microsoft.PowerShell.Native dependency used by System.Management.Automation.

Changes:

  • Updates Microsoft.PowerShell.Native from 7.4.0 to 700.0.0.
  • Current diff still contains a duplicated package reference and an unresolved conflict marker.

<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
<!-- Signing APIs -->
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
@adityapatwardhan adityapatwardhan force-pushed the backport/release/v7.5.7/27400-faf1e0e4f branch from 9df3051 to 18c249e Compare May 17, 2026 18:37
@adityapatwardhan adityapatwardhan force-pushed the backport/release/v7.5.7/27400-faf1e0e4f branch from 18c249e to 6e780d2 Compare May 17, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants