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

Neo4j.Driver dependency issue with Microsoft.Bcl.AsyncInterfaces DLL #817

Open
sharooksubana opened this issue Sep 12, 2024 · 0 comments
Open
Labels

Comments

@sharooksubana
Copy link

I am using Neo4j.Driver.Signed version 5.24.0 .NET Standard, as per the documentation it have dependency on DLL Microsoft.Bcl.AsyncInterfaces version >= 5.0.0 please see below screenshot for reference.
image

I have Microsoft.Bcl.AsyncInterfaces version 7.0.0 in my machine but still it throw error saying it requires Microsoft.Bcl.AsyncInterfaces version equal to 5.0.0

In NuGet package when I try to download Microsoft.Bcl.AsyncInterfaces of version 5.0.0 , it is marked as deprecated and no longer maintained, please see below image for reference.

image

why is Neo4j.Driver.Signed is still referring to the deprecated version of Microsoft.Bcl.AsyncInterfaces

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

No branches or pull requests

1 participant