fody-costura

costura.fody for a dll that references another dll

蹲街弑〆低调 提交于 2019-11-30 05:14:48
问题 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 distribute (actually, there are two config files as well, but that's ok). The problem seems to be that LibGet2Sharp.dll has a fairly firm reference to git2-1196807.dll , and I can't seem to figure out how to embed the latter in the way the former can use. I've tried several things, but I think my best attempt is: all of these .dll's are copied from the