[Bug]: Unable to use Polly.Core
in a plugin project in combination with System.Text.Json
because of Microsoft.Bcl.AsyncInterfaces
version mismatch
#2277
Labels
Describe the bug
I'm trying to use
Polly.Core
in a plugin project where I have no control overbindingRedirect
(managed by the program authors, proprietary). Additionally I have a dependency onSystem.Text.Json 8.0.4
.Because of the pinned dependency on
Microsoft.Bcl.AsyncInterfaces 6.0.0
I'm unable to usePolly.Core
.dotnet add package Polly.Core
Trying to load the plugin throws
Would it be possible to update
Microsoft.Bcl.AsyncInterfaces
to v8.x?Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Exception(s) (if any)
No response
Polly version
8.4.1
.NET Version
net48
Anything else?
No response
The text was updated successfully, but these errors were encountered: