I am using Microsoft.Extensions.Http which is using Microsoft.Extension.DependencyInjection.Abstractions >= (7.0.0). But the package is using Microsoft.Extension.DependencyInjection.Abstractions >= (6.0.0).
I am getting an error because of version conflict. I have to down grade the Microsoft.Extensions.Http package to work with the package
Can you upgrade the version.
I am using Microsoft.Extensions.Http which is using Microsoft.Extension.DependencyInjection.Abstractions >= (7.0.0). But the package is using Microsoft.Extension.DependencyInjection.Abstractions >= (6.0.0). I am getting an error because of version conflict. I have to down grade the Microsoft.Extensions.Http package to work with the package Can you upgrade the version.