The reason is that the higher version of log4net is signed with a different key, see https://www.google.se/search?q=log4net+publickey&oq=log4net+publickey
Install other packages using `-ignoredependencies` :) But yes - I would suggest to switch to some other logging framework - let's say Common.Logging and give devs option to choose desired appender.
Hi all,
Is there a specific reason why the EPiServer Framework NuGet package has a strict dependency on log4net.1.2.10?
This prevents other packages, that request a higher version, from installing in your project, which is becoming quite a problem.
Best,
Jeroen