Skip to content

Getting Started

TheMulti0 edited this page Nov 10, 2018 · 1 revision

Getting Started

Requirements

DuckSharp targets .NET Standard 1.1 - so your project must be compatible with it. See Microsoft's guide on .NET Standard.

Installation

DuckSharp can be installed from NuGet.
You can install it from Visual Studio's userinterface, or from the package manager console:

PM> Install-Package TheMulti0.DuckSharp -Version 1.0.0

Alternatively, you can use the .NET Core CLI:

> dotnet add package TheMulti0.DuckSharp
Clone this wiki locally