We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Microsoft.PowerShell.Native
1 parent 7e75c3e commit 6e780d2Copy full SHA for 6e780d2
1 file changed
src/System.Management.Automation/System.Management.Automation.csproj
@@ -47,7 +47,7 @@
47
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.15" />
48
<!-- the following package(s) are from the powershell org -->
49
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
50
- <PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />
+ <PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0" />
51
<!-- Signing APIs -->
52
<PackageReference Include="Microsoft.Security.Extensions" Version="1.4.0" />
53
<PackageReference Include="System.Windows.Extensions" Version="9.0.15" />
@@ -102,4 +102,4 @@
102
<ItemGroup Condition=" '$(IsWindows)' == 'true' ">
103
<Compile Remove="engine\Interop\Unix\**\*.cs" />
104
</ItemGroup>
105
-</Project>
+</Project>
0 commit comments