◐ Shell
clean mode source ↗

[release/v7.5.7] Update `Microsoft.PowerShell.Native` to the latest GA version by adityapatwardhan · Pull Request #27465 · PowerShell/PowerShell

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.