How to generate XML documentation for CSPROJ with multiple targets
I have a library project that has multiple targets, e.g. in the CSPROJ file it has: <TargetFrameworks>net40;net46;net461;net462;net47</TargetFrameworks> If I want XML documentation fo...