How to: Add xabbo to your project
The xabbo libraries are provided as NuGet packages. You can add the various xabbo packages to your project with the .NET CLI:
dotnet add package Xabbo.Common
dotnet add package Xabbo.Messages
dotnet add package Xabbo.GEarth
dotnet add package Xabbo.Core --prerelease
See the introduction for an overview on each of the libraries.