Skip to content

Commit

Permalink
* removed zombie packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RagingKore committed Nov 3, 2023
1 parent 8f33893 commit 305c857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FlakyTest.XUnit" Version="2.4.10" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0"/>
<PackageReference Include="Ductus.FluentDocker" Version="2.10.59"/>
<PackageReference Include="Polly" Version="8.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public static async Task TryExecuteOnce(T client, Func<CancellationToken, Task>
Semaphore.Release();
}
}


static Task TryExecute(EventStoreClientBase client, Func<CancellationToken, Task> action, CancellationToken cancellationToken) {
var retry = Policy
Expand Down

0 comments on commit 305c857

Please sign in to comment.