Kapara
Publish A Project That Reference To Another Project To Output DLL To `libs` Dir
Hello,
I have a project X that compiles as library (DLL) with has a lot of nuget packages. This project used as utils for my other project, project A.
Project A is a winExe project, self contained that I want to publish. Upon publish, it builds project X than project A.
I want to put all the produced deps DLLs in project X into a directory named
libs
As for now, it does puts it there but the application cannot run and says that I need to install the dotnet runtime.
(csprojs in comments)36 replies