Creating one NuGet package from multiple projects in one solution

前端 未结 4 1456
孤街浪徒
孤街浪徒 2020-12-28 14:09

I have a solution that I\'m working on that contains 4 class library projects (A, B, C, D). A and B

4条回答
  •  死守一世寂寞
    2020-12-28 14:38

    this probably will solve this exact: nuget.exe pack proj.csproj -IncludeReferencedProjects

    you can see: Create nuget package for a solution with multiple projects

提交回复
热议问题