From: Jeffrey B. <jef...@gm...> - 2012-01-10 19:50:51
|
I'm not sure if anyone on this list is responsible for the NuGet packages for Common.Logging but the developers are not contactable through the NuGet form. The Common.Logging.Log4Net package is currently broken. Specifically the package is configured to require log4net >= 1.2.10 which will cause nuget to install the latest log4net (1.2.11) even if 1.2.10 is already installed. I was able to fix the issue temporarily using a bindingRedirection in my app.config. However, I've put a large amount of effort into eliminating my need for app.config and would like to be able to go back to deploying without one. |