mbbsemu/MBBSDASM

Missing NLog.dll dependency

gab opened this issue · 0 comments

gab commented

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