Skip to content

Commit 1e79ca3

Browse files
Bump Microsoft.Management.Infrastructure from 1.0.0 to 3.0.0 for PowerShell 7 only (#1947)
* Bump Microsoft.Management.Infrastructure from 1.0.0 to 3.0.0 Bumps [Microsoft.Management.Infrastructure](https://github.com/PowerShell/MMI) from 1.0.0 to 3.0.0. - [Commits](https://github.com/PowerShell/MMI/commits) --- updated-dependencies: - dependency-name: Microsoft.Management.Infrastructure dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Bergmeister <c.bergmeister@gmail.com>
1 parent cc2f9b7 commit 1e79ca3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<VersionPrefix>1.21.0</VersionPrefix>
@@ -14,7 +14,7 @@
1414
<!-- The version of Newtonsoft.Json needs to be newer than the version in the oldest supported version of PowerShell 7: https://github.com/PowerShell/PowerShell/blob/v7.2.17/src/System.Management.Automation/System.Management.Automation.csproj#L15 -->
1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1616
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
17-
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
17+
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
1818
<PackageReference Include="PowerShellStandard.Library" Version="3.0.0-preview-02" />
1919
</ItemGroup>
2020

Diff for: Rules/Rules.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<VersionPrefix>1.21.0</VersionPrefix>
@@ -20,7 +20,7 @@
2020
<!-- The version of Newtonsoft.Json needs to be newer than the version in the oldest supported version of PowerShell 7: https://github.com/PowerShell/PowerShell/blob/v7.2.17/src/System.Management.Automation/System.Management.Automation.csproj#L15 -->
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2222
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
23-
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
23+
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
2424
<PackageReference Include="Pluralize.NET" Version="1.0.2" />
2525
</ItemGroup>
2626

0 commit comments

Comments
 (0)