Open
Description
Is your feature request related to a problem? Please describe.
The DocumentProcessing team distributes two types of assemblies - targeting .NET Framework and targeting .NET Standard.
This leads to the necessity of a feature that would allow clients to review the API documentation for one or the other distribution.
Such a feature may benefit some desktop teams that have similar dual-distributions and have a DocFX-based API generation.
Describe alternatives you've considered
- The existing
/API
to be split intoAPI/net-standard
andAPI/net-framework
, similar to theapi/server
andapi/client
.