costura.fody for a dll that references another dll

前端 未结 2 1058
你的背包
你的背包 2021-01-05 07:21

I have a small exe I\'ve written that uses LibGit2Sharp and am trying to use Costura.Fody to embed everything so I only have a single exe to distri

2条回答
  •  甜味超标
    2021-01-05 07:39

    If LibGit2Sharp is a normal AnyCPU .net reference, then simply having it as a reference in the project is enough, don't embed it in the Costura32/Costura64 directories. Those directories are for normal Win32 style dlls that are loaded thru LoadLibrary and such.

提交回复
热议问题