Skip to content

Commit

Permalink
chore(deps): externalise System.Threading.Tasks.Dataflow
Browse files Browse the repository at this point in the history
This allows the framework to be the source of the dependency rather externally sourcing. This is to avoid potential conflicts.

closes camunda-community-hub#669
  • Loading branch information
thompson-tomo committed May 5, 2024
1 parent eb97e9b commit 5d9f8ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ This release is based on the Zeebe 8.4.1 release (https://github.com/zeebe-io/ze
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand All @@ -56,10 +55,7 @@ This release is based on the Zeebe 8.4.1 release (https://github.com/zeebe-io/ze


<ItemGroup>
<None Include="..\docs\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\docs\icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit 5d9f8ee

Please sign in to comment.