Let's say I build a project named B as B.dll. Project B uses several NuGet packages. B.dll is referenced in another project A. How can I automatically add the referenced NuGet dependencies to project A?I don't want to run a NuGet server.
↧
Let's say I build a project named B as B.dll. Project B uses several NuGet packages. B.dll is referenced in another project A. How can I automatically add the referenced NuGet dependencies to project A?I don't want to run a NuGet server.