We have a project (logging lib) that is used by standard asp.net apps (4.0 framework) and also by sharepoint solutions (3.5 framework).
Is there a way to define both targets so that when we build the project both versions gets built?
Also, as anybody implemented something like this and distribute it via nuget? What's the best approach to publishing both versions on nuget?
Thanks