c# - How to allow project referencing my DLL to use a newer version of a DLL my project references? -


i have written dll references entity framework version 5. packaged nuget package has dependency on entity framework >= 5.

when install package project has reference entity framework 6 there no complaints dependency crashes runtime saying cannot find entity framework 5 dll.

the reference has specificversion set false in dll's project , have tried adding bindingredirect in web.config of project references dll, still error occurs.

any idea how can work or missing here?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -