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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -