Skip to content

Commit

Permalink
Merge pull request #670 from thompson-tomo/chore/#669_MinimiseDepende…
Browse files Browse the repository at this point in the history
…ncies

#669 externalise dependency
  • Loading branch information
ChrisKujawa authored May 7, 2024
2 parents 2b91993 + 5d9f8ee commit 7550c64
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 7550c64

Please sign in to comment.