I apologize if this is a dumb question, but I'm fairly new to .NET development, and very new to NuGet packages.
I have installed a NuGet package to be used in a Visual Studio project. When I run the .exe file located in my project's bin/debug folder, the program works fine. However, if I copy and paste the .exe file to a different directory, the program no longer works.
How do I run this program without including the entire project folder (with packages subfolder included)?