Skip to content

Commit

Permalink
remove unnecessary System.Collections.NonGeneric dependency for netst…
Browse files Browse the repository at this point in the history
…andard2.0
  • Loading branch information
WeihanLi committed Jul 10, 2019
1 parent 69f8c14 commit d5c75fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Serilog/Serilog.csproj
Expand Up @@ -53,9 +53,6 @@
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit d5c75fe

Please sign in to comment.