I have a class library with a Nuget(NLog) added to it. I am trying to generate a dll from my code which has the Nuget reference (Logger) used inside my code. Now when I am trying to use the dll, I get NLog reference missing, how to fix this issue?
Thanks!