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
Latest version has dependency on Microsoft.Extensions.Configuration.Abstractions, Version=7 (in csproj), but in nuget metadata I can see Microsoft.Extensions.Configuration.Abstractions >=7, wich result in runtime error because other nugets in our project need v 9 of this dependency. Sadly binding redirects are no go in our case.
Is there any plan to change the dependency version to 9 or at least => 7?
The text was updated successfully, but these errors were encountered:
A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.
Latest version has dependency on Microsoft.Extensions.Configuration.Abstractions, Version=7 (in csproj), but in nuget metadata I can see Microsoft.Extensions.Configuration.Abstractions >=7, wich result in runtime error because other nugets in our project need v 9 of this dependency. Sadly binding redirects are no go in our case.
Is there any plan to change the dependency version to 9 or at least => 7?
The text was updated successfully, but these errors were encountered: