I am running a C# web api project on Visual Studio 2019. The project is set up to pull a particular dependency from NuGet. However, I want that particular dependency to point to a local dll I have on my local machine that was built via another VS2019 solution.
When I try to reference it via a HintPath within ItemGroup it still appears to reference the binary from NuGet. I've also tried copy pasting the dll into the directory from which the project runs but am met with this error:
Any help would be appreciated. Thanks!