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?
how to ensure that csv dll is being copied to bin ?
I tried to change IncludeAssets value but it didn't work and i got same result.