Skip to content

Commit

Permalink
Merge pull request #106 from skomis-mm/dep
Browse files Browse the repository at this point in the history
Remove dependency on `Microsoft.Extensions.DependencyInjection`
  • Loading branch information
nblumhardt authored Aug 28, 2017
2 parents 8fbb2a0 + 123522a commit cb7f224
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit cb7f224

Please sign in to comment.