其他dll文件均被封装
ILRepack
ILRepack.Lib.MSBuild.Task
- #用于获取下一条语句中的dll名称
- dir /b *.dll*>test.txt
- #执行合并指令
- ..\..\..\packages\ILRepack.2.0.18\tools\ILRepack /out:MergeDll.dll MergeDll.dll Microsoft.Bcl.AsyncInterfaces.dll Newtonsoft.Json.dll System.Buffers.dll System.Memory.dll System.Numerics.Vectors.dll System.Runtime.CompilerServices.Unsafe.dll System.Text.Encodings.Web.dll System.Text.Json.dll System.Threading.Tasks.Extensions.dll System.ValueTuple.dll
- #暂停,查看合并信息
- pause