I am working on a Console application in C#, which i want to upload on GitHub
Currently when trying to run my Program they have to install the entire SDK. I want it, so that when people Download the App, they dont have to install the entire SDK for the app they will only use once then probably uninstall.
Now my Idea is to include all the dlls that are needed for the Program to run in the download Is there a way to find out what dlls i need to run my App? or is there a better way to solve this Problem?