NuGet Package Registry

Installation

Dotnet (CLI)

  1. Add the project as a NuGet package source.
dotnet nuget add source "https://gitlab.com/api/v4/projects/29250253/packages/nuget/index.json" --name gitlab/andtechstudios
  1. Use dotnet tool install to install any tools from the registry.
dotnet tool install -g andtech.dj

See Also