I have an old VS project I am trying to compile. It used the ILMerge 3.0.41 Nuget package to put all of the application's dll's into a single .exe binary.
It seems that ILMerge has been deprecated. (https://www.nuget.org/packages/ilmerge/) While I do have one machine that apparently still has the old version on it, I can't get it to download and install the package on a new machine.
I'm not too familiar with how nuget packages work. Is there any way I can download it and manually include it in my project?
Failing that, is there something else I should be using besides this deprecated package?