ekonbenefits / impromptu-interface

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

Fix version conflicts caused by PR#39 #46

Closed sucrose0413 closed 8 months ago

sucrose0413 commented 2 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