File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
</ItemGroup >
31
31
32
32
<ItemGroup >
33
- <PackageReference Include =" Microsoft.CSharp" Version =" 4.4.1 " />
33
+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0 " />
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
Original file line number Diff line number Diff line change 46
46
</ItemGroup >
47
47
48
48
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
49
- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha08 " />
49
+ <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha* " />
50
50
</ItemGroup >
51
51
52
52
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' AND '$(Configuration)' != 'PSV3Release'" >
64
64
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
65
65
<PackageReference Include =" System.Management.Automation" Version =" 6.0.2" />
66
66
<PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha*" />
67
- <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.4 .0" />
67
+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.5 .0" />
68
68
<Compile Remove =" UseSingularNouns.cs" />
69
69
</ItemGroup >
70
70
You can’t perform that action at this time.
0 commit comments