Menu

#38 Update NuGet package dependency log4net 1.2.11

open
nobody
5
2012-01-11
2012-01-11
Anonymous
No

The new NuGet package for Common.Logging.Log4Net gets log4net version 1.2.11 but it depends on 1.2.10 and so logging will not work. We have to update the Common.Logging.Log4Net.nuspec file inside of Common.Logging.Log4Net.2.0.0.nupkg file in each of our projects to force it to depend on 1.2.10.
We change
<dependency id="log4net" version="1.2.10" />
to
<dependency id="log4net" version="[1.2.10]" />
to get it working.
Please update the project so this step will not be necessary.
Thanks,
Matthew MacFarland

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.