ekonbenefits / impromptu-interface

Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
Apache License 2.0
657 stars 67 forks source link

Fix version conflicts caused by PR#39 #46

Closed sucrose0413 closed 1 year ago

sucrose0413 commented 3 years ago

I encountered a similar dependency hell issue when bump log4net from 1.2.10 to 2.0.10. (PR#39). Hope this fix can help you.

Best regards, sucrose