Relative Content

Tag Archive for c#.net-corecompilationnugetnuget-package

Compiling class library with packages

I have this simple class libarary and i uses csv nuget package.
when i build this project, only ClassLibrary2.dll is in bin folder. should it also contain csv.dll file as well?