Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aholmes opened this issue Mar 2, 2020 · 1 comment

Comments

@aholmes
Copy link

aholmes commented Mar 2, 2020

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:

aholmes pushed a commit to aholmes/Polly.Contrib.WaitAndRetry that referenced this issue Mar 2, 2020
@aholmes aholmes changed the title Polly.Contrib does not compile for us poor souls still on Framework 4.6. Polly.Contrib does not compile for us poor souls still on Framework 4.7. Mar 2, 2020
@mhornbacher
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants