MBBSDASM icon indicating copy to clipboard operation
MBBSDASM copied to clipboard

Missing NLog.dll dependency

Open gab opened this issue 5 years ago • 0 comments

Hi! I tried your release 1.5 and I get the following error when running it:

Error: An assembly specified in the application dependencies manifest (MBBSDASM.deps. json) was not found: package: 'NLog', version: '4.5.11' path: 'lib/netstandard2.0/NLog.dll'

According to this, it's likely because you want to use "dotnet publish" instead of "dotnet build" to output your release binaries: https://stackoverflow.com/a/48600745/1077814

gab avatar Aug 17 '19 05:08 gab