User-1982062310 posted
You may want to consider creating Nuget packages with your class libraries to be hosted on a local NuGet server.
That gives you a number of advantages over linking to DLLs locally, and they might not be relevant in your situations, but definitely play important role when you have more than one dev on the team or need to version library code (say some older, rarely-updated
solutions need older version of a particular library).