5

I have installed MSBuild.ILMerge.Task into my project using Nuget. When i try to build my project , An error comes up :

Error : Unresolved assembly reference not allowed: ICSharpCode.SharpZipLib.

I searched everywhere but couldn't found anything useful...

How to fix this error ?

alix54
  • 444
  • 1
  • 5
  • 13

1 Answers1

1

Maybe set the .dll property [private=false] can answer your question.

private means "copy the dll file to directory"

Nil
  • 11
  • 1