Skip to content

Commit

Permalink
Unify reference to Microsoft.Management.Infrastructure and update Sys…
Browse files Browse the repository at this point in the history
…tem.Reflection.TypeExtensions package (#1105)

* Unify reference to Microsoft.Management.Infrastructure and update System.Reflection.TypeExtensions package

* trigger ci
  • Loading branch information
bergmeister authored Mar 8, 2019
1 parent 2104f05 commit 012fd5e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Rules/Rules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<ItemGroup>
<ProjectReference Include="..\Engine\Engine.csproj" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down Expand Up @@ -41,13 +42,8 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net452' ">
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
<Compile Remove="UseSingularNouns.cs" />
</ItemGroup>

Expand Down

0 comments on commit 012fd5e

Please sign in to comment.