Skip to content

Commit

Permalink
Remove the System.Threading.Tasks.Extensions dependency
Browse files Browse the repository at this point in the history
It is not used anymore.
  • Loading branch information
0xced committed Mar 7, 2024
1 parent aacf3c2 commit 1bcc193
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Docker.DotNet/Docker.DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>
</Project>

0 comments on commit 1bcc193

Please sign in to comment.