# \_NET SDK Installation

You may add the LicenseSpring .NET SDK to your project via NuGet or download the SDK here: [**.NET/C# SDK**](https://docs.licensespring.com/sdks/tutorials/getting-started/.net-c/broken-reference)

The supported versions are:

* .NET: net5.0, net6.0, net7.0
* .NET Standard: netstandard2.0, netstandard2.1
* .NET Framework: 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

### NuGet Package

[**https://www.nuget.org/packages/LicenseSpring.NetSDK**](https://www.nuget.org/packages/LicenseSpring.NetSDK)

{% tabs %}
{% tab title=".NET CLI" %}

```bash
dotnet add package LicenseSpring.NetSDK --version 7.21.0
```

{% endtab %}

{% tab title="Package Manager (NuGet)" %}

```powershell
NuGet\Install-Package LicenseSpring.NetSDK -Version 7.21.0
```

{% endtab %}

{% tab title="PackageReference" %}

```xml
<PackageReference Include="LicenseSpring.NetSDK" Version="7.21.0" />
```

{% endtab %}

{% tab title="Paket CLI" %}

```bash
paket add LicenseSpring.NetSDK --version 7.21.0
```

{% endtab %}

{% tab title="#r (script)" %}

```none
#r "nuget: LicenseSpring.NetSDK, 7.21.0"
```

{% endtab %}
{% endtabs %}

![NuGet Package Manager](https://content.gitbook.com/content/gLzurdfXUuKr9IziZWLz/blobs/RREffPbai21wmUb5EPEo/hDK9zn1lVOdk%207Xx6sEQf_screenshotnuget.png)

### Package Content

![.NET Package Contents](https://content.gitbook.com/content/gLzurdfXUuKr9IziZWLz/blobs/NDkH9Xbt1aDreJokIZ3u/8JlkuDh56kGnSUOreFdUB_image.png)

After downloading and unzipping the archive, you will find the following items in the LicenseSpring folder:

bin folder:

* SDK: .NET versions 3.5; 4.0; 4.5; 4.5.1; 4.5.2; 4.6; 4.6.1; 4.6.2; 4.7; 4.7.1; 4.7.2; 4.8; 5.0; 6.0; 7.0; .NET Standard 2.0, .NET Standard 2.1, Xamarin.Forms

documentation folder:

* A full reference of SDK classes through Doxygen.

samples folder:

* Code samples for multiple scenarios, including: air-gapped, console, NetCore, WinForm, VB.Net and VBA, cross-platform, Xamarin.Forms, single-sign-on, and web.

Release notes showing changelogs of all recent updates made to the SDK.
