Skip to content

Commit a0f9822

Browse files
authored
Upgrade Microsoft.CSharp, Microsoft.Win32.Registry and System.Reflection.TypeExtensions from 4.5.0 to 4.7.0 (#1599)
1 parent 4857578 commit a0f9822

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Engine/Engine.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
47+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Microsoft.PowerShell.CrossCompatibility.csproj

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
14+
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
1415
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
15-
</ItemGroup>
16-
17-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
18-
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />
1916
<PackageReference Include="PowerShellStandard.Library" Version="3.0.0-preview-02" />
2017
</ItemGroup>
2118

@@ -25,7 +22,7 @@
2522
</ItemGroup>
2623

2724
<ItemGroup>
28-
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
25+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2926
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3027
</ItemGroup>
3128

Rules/Rules.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp3.1'">
47-
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
47+
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
4848
<Compile Remove="UseSingularNouns.cs" />
4949
</ItemGroup>
5050

0 commit comments

Comments
 (0)