I have a .Net Framework class library
project which includes other 3rd-party packages.
After I compile the project, all the dlls are in the output folder.
How can I embed the assemblies into the project's dll and get only one single file?
I tried with Costura-Fody but not succeed yet.