mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Bump Microsoft.Management.Infrastructure
from 2.0.0
to 3.0.0-preview.1
(#20081)
This commit is contained in:
parent
c7b72216d4
commit
6a950e5bd7
@ -45,7 +45,7 @@
|
||||
<PackageReference Include="System.Security.Permissions" Version="8.0.0-preview.4.23259.5" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-preview.4.23259.5" />
|
||||
<!-- the following package(s) are from the powershell org -->
|
||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0-preview.1" />
|
||||
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0-preview.2" />
|
||||
<!-- Signing APIs -->
|
||||
<PackageReference Include="Microsoft.Security.Extensions" Version="1.2.0" />
|
||||
|
@ -8,7 +8,7 @@
|
||||
<LangVersion>11.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0-preview.1" />
|
||||
<PackageReference Include="System.Security.AccessControl" Version="6.0.2-mauipre.1.22102.15" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user