# Management SDK Installation

The LicenseSpring Management SDK can be downloaded at [**.NET/C# Management SDK**](https://docs.licensespring.com/sdks/tutorials/getting-started/.net-c-management-sdk/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

## Package Content

![](https://content.gitbook.com/content/gLzurdfXUuKr9IziZWLz/blobs/YceN70kD1aAEwD4ytT4j/t9m_hLX%20e_RP0onXAwQDN_image.png)

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

* The **bin** folder contains LicenseSpring libraries built for different versions of .NET.
* The **documentation** folder contains a full reference of SDK classes.
* The **samples** folder contains several sample projects:
  * **ASP.NetManagementSample** - an example of an ASP.Net project using Management SDK
  * **ManagementConsoleSample**
  * **NetCoreManagementSample** - this and the previous sample provide a basic understanding of SDK functionality and usage
  * **UpdateLicenseOfflineSample** - example of generating update files for offline licenses
  * **UserBasedLicenseSample** - brief example of creating a user-based license
  * **ManagementConfig.cs** file - contains a class for SDK configuration and is common for the sample projects.
* The package also contains the **ReleaseNotes** file.
