.NET
Microsoft Technologies based on the .NET software framework.
4,107 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We have two visual studio solutions. One solution has two common projects which are referred in second solution. We have some docker projects in second solution. While visual studio is doing multi stage build in docker, we get build error saying that dependencies are not found. Currently we are copied the dlls into a folder and referring from that folder. Is there any other solution to this?
Thanks in advance.