I created a class library project and a shared project in visual studio 2015.
The class library is referencing the shared project and all is well at this point.
I want to use NuGet to pack this library project with its symbols but the packing only includes source files from the class library and not from the shared project.
How could I proceed?