File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<ProjectReference Include =" ..\Engine\Engine.csproj" />
13
13
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
14
+ <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0" />
14
15
</ItemGroup >
15
16
16
17
<ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
41
42
</EmbeddedResource >
42
43
</ItemGroup >
43
44
44
- <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
45
- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha*" />
46
- </ItemGroup >
47
-
48
45
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
49
- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0" />
50
- <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.5.0" />
46
+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.5.1" />
51
47
<Compile Remove =" UseSingularNouns.cs" />
52
48
</ItemGroup >
53
49
You can’t perform that action at this time.
0 commit comments