I use my service stack with an exe project (startup task for an azure application) in that I copied the following service stack dll and some azure dlls into an exe project.

When I create this EXE project, then the Azure DLLs will be associated with my EXE, but the service stack DLL stack will not be associated with the EXE, because in order to run my EXE on any computer I need to copy the entire stack DLL manually.
I used this service dll library to use
JsonServiceClient client = new JsonServiceClient(servicepath);
What do I need to do to link all these DLLs in my EXE?
exe c # servicestack assemblies ilmerge
Arun Rana Nov 10 2018-11-11T00: 00Z
source share