Skip to content

Commit

Permalink
Merge pull request #57 from devlead/feature/gh-56
Browse files Browse the repository at this point in the history
GH56: Update polly to 8.2.0
  • Loading branch information
devlead authored Nov 24, 2023
2 parents 5989e89 + 7971567 commit faf2f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/helpers/docker.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#addin nuget:?package=Polly&version=7.2.1
#addin nuget:?package=Polly.Core&version=8.2.0
#addin nuget:?package=Polly&version=8.2.0
using Polly;
public static bool IsDockerExperimental {get; private set;} = false;
public static string DockerOs { get; private set; }
Expand Down

0 comments on commit faf2f11

Please sign in to comment.