# Installation

## Prerequisites

This SDK requires **.Net** with the following target framework versions:

* net48
* netstandard2.0
* net6.0 or later

## Installation Guide

Use [Nuget](https://www.nuget.org/packages/Flagship.SDK) to add the SDK as a dependency to your project:

```shell
Install-Package Flagship.SDK
```

These commands will install the Flagship .NET SDK into your project, allowing you to start integrating Flagship features into your application.
