0
mrbaseball34 created
When attempting to update all packages for the solution, I'm running into a problem of incompatibility between Caste-Cor-log4net 3.3.3 and log4net 2.0.5. This is the exception:
Unable to resolve dependencies. 'log4net 2.0.5' is not compatible with 'Castle.Core-log4net 3.3.3 constraint: log4net (= 1.2.10)'.
How do I resolve this?
1 Answer(s)
-
0
Hi,
You cant, because Castle log4net integration nuget package depends on exactly log4net 1.2.10 version. <a class="postlink" href="http://www.nuget.org/packages/Castle.Core-log4net/">http://www.nuget.org/packages/Castle.Core-log4net/</a> see dependencies section.
Just dont update log4net :)