I am struggling to get dotnet pack to generate a nuget package from a .NetCore2.1 project.
When I run dotnet pack from the cmd line the project is restored but then it goes no further.
Is this a limitation? I am struggling to find anything valuable online.
I am using AspNetCore.Mvc so moving to standard is not an option...
Thanks.