K
K
kot25662021-10-14 16:29:38
C++ / C#
kot2566, 2021-10-14 16:29:38

Visual studio how to swap dependency dependency?

There is a nuget package that has a library (which is outdated) as a dependency.
There is also a source code for this library in the form of a .csproj project, which I compile into a .dll.
If you "Add a link to the project", then a bunch of errors "Ambiguous call ..."
How can I replace this library with "my" version?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-10-17
@firedragon

perhaps redirecting
https://docs.microsoft.com/en-us/dotnet/framework/...
Another option is to build this package yourself and maintain it in the future

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question