How to import 3rd party GitHub libraries into project for C#

1.4k views Asked by At

I want to use this library in my local project

https://github.com/emancipatedMind/XmodemProtocol

I want to use the functions in this library. There's no instruction how to import it...

How can I do that?

1

There are 1 answers

3
Rudi Larno On

You would either clone the git repo locally or download the source code from a release: https://github.com/emancipatedMind/XmodemProtocol/releases/tag/4.2.0.0, and reference the project directly in your own C# project from the local drive.

Alternative use a nuget package from a different author: https://www.nuget.org/packages?q=XModem