declaring nuget packages that depend on each other in one solution

后端 未结 3 1512
长发绾君心
长发绾君心 2021-02-07 11:50

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

3条回答
  •  萌比男神i
    2021-02-07 12:41

    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.

提交回复
热议问题