> ## Documentation Index
> Fetch the complete documentation index at: https://support.locker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Requirements & Installation

> Installation guide for the Locker Secrets Manager SDK for .NET

## Requirements & Installation

<Tip>
  Link: [https://www.nuget.org/packages/lockersm](https://www.nuget.org/packages/lockersm)
</Tip>

### Requirements

* .NET 3.0+

### Installation

Using .NET Core command-line tools:

```bash theme={null}
dotnet add package lockersm
```

Using the NuGet command-line interface:

```bash theme={null}
nuget install lockersm
```

Using the Package Manager Console:

```bash theme={null}
Install-Package lockersm
```
