If a library (eg, on github) doesn\'t distribute itself via a nuget package, I\'d have to manually include it as a reference, correct? I see a lot of reference posts for how
You can open .csproj file of the project you want to add reference to and add project reference like this:
.csproj
If the ItemGroup for ProjectReference already exist then you can just add to it.
ItemGroup
ProjectReference
Example: