Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Azure.Functions.Extensions should requires same package version as webjobs SDK #21

Open
ggirard07 opened this issue Jul 2, 2019 · 0 comments

Comments

@ggirard07
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant