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

My project can't depend on Microsoft.Extensions.Configuration.Abstractions ≥ 7.0.0 #8

Open
HeinPauwelyn opened this issue Jun 26, 2023 · 2 comments

Comments

@HeinPauwelyn
Copy link

I'm building an Azure Function using .NET 6 and as a dependency I'm using this library. The problem is that Azure Functions requires package Microsoft.Extensions.Configuration.Abstractions version 6.0.0. But this library requires the same package but needs to be greater or equal to 7.0.0.

Each time I want to reference to an member of Microsoft.Extensions.Configuration.Abstractions it gives me this exception:

Exception while executing function: MyFunction. MyFunction.Repository: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Would it possible to depend on Microsoft.Extensions.Configuration.Abstractions versions greater or equal to 6.0.0?

@HeinPauwelyn
Copy link
Author

I've found a fix to update my project to .NET 7.

@rolandbanks
Copy link
Contributor

@davidnmbond maybe we can close this now?

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

2 participants