ayende / rhino-licensing

A software licensing framework
http://ayende.com
BSD 3-Clause "New" or "Revised" License
336 stars 167 forks source link

Different version for log4net dependency #23

Open reinderien opened 7 years ago

reinderien commented 7 years ago

It seems that the assembly dependency and the NuGet dependency for log4net have a conflict.

In the live NuGet 1.3 version of this package, it relies on log4net 2.x; however, the assembly itself has a hard dependency on log4net 1.2.11.0.

My workaround is to simply have log4net 1.2.11.0 in my own NuGet packages.config, and then there are no loading problems.