You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: