I am sure this is something very very basic. So forgive if this post is duplicate but I cannot find answer on searching the web.
I have a DLL project in which I have installed Newtonsoft.Json.dll. I have set Copy Local true on the reference.
I have another EXE project which references my DLL project. In the EXE project, I have referenced the DLL "Project" reference.
here also the copy local = true
Now if I build my exe project, I can see that the bin\debug directory has the DLL project dll.. but it does not have Newtonsoft.Json dll.
How can I organize my visual studio solution such that when I build my exe project I get all the referenced DLL of the referenced Project.
right now I only get the DLL project dll but not the dlls which are referenced inside the DLL project.
val it: unit=()