'How to create single NuGet package from different projects
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
