I have a C # project focused on the .NET framework 2.0. I also want to use PostSharp 2.0 Community Edition + Log4PostSharp. The problem is that it is impossible to use Log4PostSharp, as it targets a 3.5 framework. It is also not possible to change the target structure of Log4PostSharp to 2.0, because PostSharp.Sdk (2.0) is built against the 3.5 framework.
Any suggestions on what you can do to use Log4PostSharp 2.0 in a 2.0-targeted project?
source share