Link Search Menu Expand Document

Installing Nuget packages

auditable is available via Nuget packages in order to use

From Github

Setup the github source

dotnet nuget add source https://nuget.pkg.github.com/dbones-labs/index.json -n gh-dbones-labs -u YOUR_USER_NAME -p GH_TOKEN [--store-password-in-clear-text]

Install the required packages

dotnet add PROJECT package Auditable.AspNetCore --version 1.0.0

All the auditable are listed here: Nuget