Quantcast
Channel: Integrated nuget, how to include dependant project into package - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Bo Søborg Petersen for Integrated nuget, how to include dependant...

There is currently no official solution for having multiple projects in one nuget package, similar to IncludeReferencedProjects for "nuget pack".But you can do:1. Add 'PrivateAssets="all" to all...

View Article


Integrated nuget, how to include dependant project into package

Let's consider project A and project B. I would like to publish project A as a nuget package without having to publish project B. In the old time I would use manually nuget ... A.csproj...

View Article

Browsing latest articles
Browse All 2 View Live