Answer the question
In order to leave comments, you need to log in
How to add downloaded library to C# solution?
I downloaded a library that is not in nuget, added a link to it but a link to my computer, etc., how to add a library to a feng shui solution so that it gets into git and the link is to the path inside the solution
Answer the question
In order to leave comments, you need to log in
I usually make the Library folder on the same level as sln. In the project file, after adding the library, it should be
<Reference Include="CustomLibrary">
<HintPath>..\Library\CustomLibrary.dll</HintPath>
</Reference>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question