How to pack dependencies with dotnet pack for a nupkg?

Hi I am trying to include all dependency dlls when I do a dotnet pack in the cli for my nuget package. I cannot seem to get the dlls to be included. Any advice?
1 Reply
qqdev
qqdev2y ago
Hi! I don't even know if that's possible Why do you want that? That might interfere with other dependencies because of version policies = bad