ILMerge hangs on merge

泪湿孤枕 提交于 2019-12-03 00:57:20

Looks like just writing out the question helped.

Turns out I needed to add /targetplatform:v4 to the command. My guess is it's because some of the assemblies use .NET 4 and some use .NET 2.

I was experiencing problems with ILMerge hanging, but using IL Repack instead with the same arguments seemed to fix the issue for me.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!