Skip to content

Commit 9df3051

Browse files
daxian-dbwadityapatwardhan
authored andcommitted
Update Microsoft.PowerShell.Native to the latest GA version (#27400)
1 parent 7e75c3e commit 9df3051

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/System.Management.Automation/System.Management.Automation.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.15" />
4848
<!-- the following package(s) are from the powershell org -->
4949
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
50-
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />
50+
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
51+
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
5152
<!-- Signing APIs -->
5253
<PackageReference Include="Microsoft.Security.Extensions" Version="1.4.0" />
5354
<PackageReference Include="System.Windows.Extensions" Version="9.0.15" />
@@ -102,4 +103,4 @@
102103
<ItemGroup Condition=" '$(IsWindows)' == 'true' ">
103104
<Compile Remove="engine\Interop\Unix\**\*.cs" />
104105
</ItemGroup>
105-
</Project>
106+
</Project>

0 commit comments

Comments
 (0)