Skip to content

Installation

The library is available on nuget.org and can be installed in several ways.

Package Manager Console

Go to package manager console and run the following:

install-package dafda

Or:

Commandline

In a terminal/console window navigate to the project folder and run the following dotnet cli command:

dotnet add package dafda

Or... Whatever you prefer.