You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 onMicrosoft.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 onMicrosoft.Extensions.Options
>= 2.1.0Additional context
No response
The text was updated successfully, but these errors were encountered: