Referencing another Grasshopper plugin (.gha) in a C# plugin

Hello everyone,
I’m developing a Grasshopper C# plugin and want to call the API of another GH plugin (Dendro), not use its canvas components.

Visual Studio does not allow adding a .gha file directly as a reference. What is the recommended way to depend on another Grasshopper plugin programmatically at compile time?

Thanks.