File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1111 <ItemGroup >
1212 <ProjectReference Include =" ..\Engine\Engine.csproj" />
1313 <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
14+ <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0" />
1415 </ItemGroup >
1516
1617 <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
4142 </EmbeddedResource >
4243 </ItemGroup >
4344
44- <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
45- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha*" />
46- </ItemGroup >
47-
4845 <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" />
5147 <Compile Remove =" UseSingularNouns.cs" />
5248 </ItemGroup >
5349
You can’t perform that action at this time.
0 commit comments