I've created a new solution with 2 class libraries and 1 console app for testing the 2 class libraries. I want to create a NuGet package for the solution so other apps can use the 2 class libraries.
I don't think the tester console app would be needed in the NuGet package because apps would be using the functionality in the 2 class libraries and I don't even think that using a console app in a NuGet package would be a valid use case scenario. So what would be the proper and easiest way for me to create a NuGet package for these 2 class libraries?