I’ve downloaded log4net, but I’ve realised that there are different assemblies for .NET and Mono.
Is possible to use the same assembly for .NET and Mono? I wouldn’t like to have to recompile the application or change the file manually, is there a way to add one or add the two and put a condition somewhere?
Cheers.
Yes, it is possible, use CLI 1.0 Compatible special build. I think there is a reason behind their decision to provide different specific builds for different frameworks, however i don’t know what actually differs this builds one from another.