Change reference #494
Unanswered
AndriiTomashevsky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a TestsProject.dll that uses HttpClient from System.Net.Http.dll that is loaded from a shared folder: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\System.Net.Http.dll (example for netcoreapp3.1 tests project target framework).
I need the TestsProject.dll to use a modified version of System.Net.Http.dll from the bin folder instead of the shared folder.
Is it possible to change the reference inside TestsProject.dll so that it begins to use System.Net.Http.dll from another folder? I could load a list of references but could not change the reference for System.Net.Http.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions