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

[Feature request]: Consider dowgrading Microsoft.Extensions.Options dependency for older targets #1786

Closed
jirikopecky opened this issue Nov 13, 2023 · 1 comment · Fixed by #1144

Comments

@jirikopecky
Copy link

Is your feature request related to a specific problem? Or an existing feature?

I need to support older code that targets .NET Framework. I am using Polly for resiliency and would like to bump it to v8. But Polly.Extensions depends on Microsoft.Extensions.Options v2.2.0 which is out of support. Please consider downgrading to v2.1.x, which is still supported on .NET Framework.

Describe the solution you'd like

Polly.Extensions should depend on Microsoft.Extensions.Options >= 2.1.0

Additional context

No response

@martincostello
Copy link
Member

As part of #1144 which is going to be merged tomorrow once .NET 8.0 is released, we will be updating the references to 8.0.0.

Those versions should still be compatible with .NET Framework, and will be supported by Microsoft for at least 3 years.

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

Successfully merging a pull request may close this issue.

2 participants