-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Fluid.Core in .NET 6 has dependency on Microsoft.Extensions.FileProviders.Abstractions 8.0 #687
Comments
You can try to add a direct reference to 6.0.0 in your project. |
if I add the nuget for FileProviders.Abtractions 6.0 i get a NU1605 error: Detected package downgrade: Microsoft.Extensions.FileProviders.Abstractions from 8.0.0 to 6.0.0. Reference the package directly from the project to select a different version. Even if I make it ignore the warning at runtime i get the issue. For now I cannot go higher that 2.7. |
Why do you need to target |
You are correct. |
Could you please share a minimal repo? Also make sure to clean nuget cache sometimes weird things could happen, try |
I upgraded my project to .NET 8 and confirm that is binds ok with fluid 2.11.1 in that case. |
This started on Fluid.Core v 2.8
There is a version of FileProviders.Abtractions for .NET 6: https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Abstractions/6.0.0
This causes runtime issues.
For example when running an azure function .net 6:
The text was updated successfully, but these errors were encountered: