I am looking for a way to create a single NuGet package from different projects.
For example, I have ProjectA and ProjectB, one contains interfaces and the other contains the implementation. Now I want to create a NuGet project (with the name PackageA) that contains the source code of both the projects I-e ProjectA and ProjectB.
Note, I figure out a way to create a package that is also shipped with the depended .dlls, however now I am looking for a way to create only one package (no depended .dlls).
Kind Regards