Polly-Contrib / Polly.Contrib.WaitAndRetry

Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Other
133 stars 12 forks source link

Polly.Contrib does not compile for us poor souls still on Framework 4.7. #22

Open aholmes opened 4 years ago

aholmes commented 4 years ago

Polly.Contrib binaries target Framework 4.7.2, but this excludes assemblies Framework 4.7.



Solution: Add Framework 4.7 to the list of targets:

mhornbacher commented 3 years ago

You should be able to use the netstandard2.0 target for everything above 4.6.1 no?

https://docs.microsoft.com/en-us/dotnet/standard/net-standard