How do I use ILmerge in vscode? (C#)

308 Views Asked by At

I am trying to use ILmerge 3.0.41 in Vscode. I have looked online for HOURS with no success. I want to merge: Program.runtimeconfig.json, Program.pdb, Program.exe, Program.dll, and Program.deps.json. (All of them are in A:\Program\bin\Debug\net5.0\publish)

The way I generated them was by doing dotnet publish in the visual studio code command prompt. I am using .NET 5.0

0

There are 0 best solutions below