I am trying to create Nuget package for a .net core 2.0 project that uses layered architecture. The Visual Studio solution has more than 2 tiers.
I can create Nuget package with dotnet pack. However, when I try to install the Nuget package that I created, I get error and the installation rollback. I guess, the dotnet pack command is not able to pack all the dependencies.
Currently, this is a major blocker for me as I won't be able to proceed without fixing this. Has anyone had similar experience?