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.

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.

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