How to use Project-to-Project references in nuget packages with .NET Core CLI SDK
Out of the box the dotnet pack command (from the .Net Core CLI) treat every project in the Visual Studio solution as its own Nuget package.
Project-to-project references aren’t packaged inside the project. Currently, you must have a package per proj...
jacobmohl.dk1 min read