We have solution with a lot of projects and a more or less complex dependency graph between those projects. Now each of those projects should become its own nuget package and th
Currently, in VS 2017 you can have several library projects in a solution which are built into separate packages and also reference each other by
. Surprisingly, VS is smart enough to use
when building solution AND to produce correct package
for referenced projects in nuspec. In other words, you can conveniently work with many projects simultaneously in one solution and have them all published as a set of packages depending on each other.