Currently we use the builtin Visual Studio right click -> publish menu.
Answered
How to publish a .net core media app (Aardium not found on other computer) (Visual Studio produces .dll files insead of .exe files)
Trying to run my .net core media app using Aardium on a different computer, yields this error:
Error:
An assembly specified in the application dependencies manifest (SegmentationTool.deps.json) was not found:
package: 'Aardium', version: '1.0.18'
path: 'lib/netstandard2.0/Aardium.dll'
How to publish the app to make it portable?
2K Views
1
Answer
3 years ago
2 years ago
Tags