Skip to content

Commit 3d76616

Browse files
adityapatwardhanchrisdent-de
authored andcommitted
Bump Microsoft.Management.Infrastructure to v3.0.0 (PowerShell#20642)
1 parent 5d37cda commit 3d76616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="System.Security.Permissions" Version="8.0.0-rc.2.23479.6" />
4646
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-rc.2.23479.6" />
4747
<!-- the following package(s) are from the powershell org -->
48-
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0-preview.4" />
48+
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4949
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />
5050
<!-- Signing APIs -->
5151
<PackageReference Include="Microsoft.Security.Extensions" Version="1.3.0" />

tools/packaging/projects/reference/System.Management.Automation/System.Management.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LangVersion>11.0</LangVersion>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0-preview.4" />
11+
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
1212
<PackageReference Include="System.Security.AccessControl" Version="6.0.2-mauipre.1.22102.15" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)