Skip to content

Commit 409e4fd

Browse files
committed
It's not necessary to specify an exact System.Collections.Concurrent dependency, since we can consume it through NETStandard.Library
1 parent 350817e commit 409e4fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Serilog.Sinks.Async/Serilog.Sinks.Async.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@
3535
<Reference Include="Microsoft.CSharp" />
3636
</ItemGroup>
3737

38-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
39-
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
40-
</ItemGroup>
41-
4238
</Project>

0 commit comments

Comments
 (0)