0

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.

KDani
  • 358
  • 4
  • 19
  • Please, share your code and what have you tried so far – Pavel Anikhouski Mar 23 '20 at 07:52
  • https://github.com/kodaniel/Encapsulation – KDani Mar 23 '20 at 08:20
  • Works significantly better with [Costura 1.6.2](https://www.nuget.org/packages/Costura.Fody/1.6.2) but lua53.dll assembly still excluded. Maybe it's an unmanaged library and fody can't merge? And why the latter versions of costura do not work? – KDani Mar 23 '20 at 09:31

0 Answers0