I have a C# project targeting .NET framework 2.0. I also want to use PostSharp 2.0 Community Edition + Log4PostSharp. The problem is that it's not possible to use Log4PostSharp because it targets 3.5 framework. Also it's not possible to change Log4PostSharp's target framework to 2.0, because PostSharp.Sdk (2.0) is built against 3.5 framework.
Any suggestions what can be done to use Log4PostSharp 2.0 in a project targeting 2.0 framework?