Best practice to include console app in NuGet
问题 I'm developing an open-source library which mainly consists of one class-library project targeting .NET Standard 2.0. On top of that, I've also implemented a console app which is the CLI to this library. The console project (for historic reasons) only targets .NET Framework 4.6.2. Now I wonder what would be the best practice in order to make this console app available to the community. On the broadest level, I see two possibilities: Ship the console app as a separate NuGet. Ship the console