# Management SDK Installation

The LicenseSpring Management SDK can be downloaded at [**.NET/C# Management SDK**](broken://pages/0bc622df1a219ffd71e84e8a91fd612ed10db6c1)

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

![](/files/8261669ea3c97fd459b4091c35a8e821148d7ac4)

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.licensespring.com/sdks/tutorials/getting-started/.net-c-management-sdk/management-sdk-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
