Skip to content

Commit 6e780d2

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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" />
5151
<!-- Signing APIs -->
5252
<PackageReference Include="Microsoft.Security.Extensions" Version="1.4.0" />
5353
<PackageReference Include="System.Windows.Extensions" Version="9.0.15" />
@@ -102,4 +102,4 @@
102102
<ItemGroup Condition=" '$(IsWindows)' == 'true' ">
103103
<Compile Remove="engine\Interop\Unix\**\*.cs" />
104104
</ItemGroup>
105-
</Project>
105+
</Project>

0 commit comments

Comments
 (0)