extensions
extensions copied to clipboard
Why does Microsoft.Extensions.Http.Resilience use version 10.x.0 instead of aligning with Microsoft.Extensions.Http’s 10.0.x from dotnet/runtime?
Why is the versioning for Microsoft.Extensions.Http.Resilience set as 8/9/10.x.0 rather than being aligned with Microsoft.Extensions.Http (8/9/10.0.x) as published from the dotnet/runtime repository?
Is there any special consideration for this difference? Unifying the major and minor version numbers would help with dependency management and reduce confusion for consumers.
Could this been fixed in 11.0?