I have a project that uses the CsvHelper library. As we know, in order to use this library, we need to install it (with Visual Studio helping, for instance).
So my question is, if I want to run my project on another computer, there is a way to do that without install the CsvHelper on the other computer before?
I mean that I want to give the project with the library together, and when we open the project on the other computer, we will get the CsvHelper with it.