Bump Microsoft.Management.Infrastructure from 2.0.0 to 3.0.0-preview.1 (#20081)

This commit is contained in:
Aditya Patwardhan 2023-08-07 09:50:50 -07:00 committed by GitHub
parent c7b72216d4
commit 6a950e5bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -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>