Skip to content

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

@jirikopecky

Description

@jirikopecky

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions