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?
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?