C
C#2y ago
ero

How to handle depending on a library which is not available as a NuGet?

I would like to use a library which is open source on GitHub on my own repo. My problem is in handling how to supply that library to people who clone my repo to contribute. How do I do this?
2 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
pip
pip2y ago
Submodule sounds right, but let me know what option you go for Ero because I tend to evade submodules as much as humanly possible