Skip to content

Commit

Permalink
Merge pull request #81 from mprice-gcmlp/threading-channels-fix
Browse files Browse the repository at this point in the history
Only include System.Threading.Channels ref for needed targets
  • Loading branch information
nblumhardt committed May 22, 2024
2 parents b6ac8c1 + 86888e2 commit 60a2be7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
<DefineConstants>$(DefineConstants);FEATURE_ASYNCDISPOSABLE</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net462'">
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 60a2be7

Please sign in to comment.