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
Right now this extension requires Microsoft.Extensions.DependencyInjection >= 2.2.0, this prevent using a dependency which has a requirements for version 2.1.0 of the same package.
Currently the webjobs SDK has dependencies to versions 2.1.0 for Microsoft.Extensions.* packages.
Is this dependency to 2.2.0 a real requirement as the webjobs SDK does not even require it?
The text was updated successfully, but these errors were encountered:
Right now this extension requires
Microsoft.Extensions.DependencyInjection
>=2.2.0
, this prevent using a dependency which has a requirements for version 2.1.0 of the same package.Currently the webjobs SDK has dependencies to versions
2.1.0
forMicrosoft.Extensions.*
packages.Is this dependency to
2.2.0
a real requirement as the webjobs SDK does not even require it?The text was updated successfully, but these errors were encountered: