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

# Install .NET SDK

You can use Box .NET SDK to call Box APIs in a .NET
project.

Up to version `5.8.0` the SDK is available for both .NET Framework `4.5` and .NET Core `1.0` or above. Starting from version `10.0.0`, SDK is available for both .NET Framework `4.6.2` and .NET `8.0` or above. The installation of the SDK depends on the framework used.

<Card href="https://github.com/box/box-windows-sdk-v2" arrow title="Learn more about .NET SDK on GitHub" />

## .NET Framework

To install the .NET SDK in the .NET framework, run the following command using
the [Nuget][nuget] package manager.

```shell theme={null}
PM> Install-Package Box.V2.Core
```

## .NET Core

To install the .NET SDK in the .NET Core framework, run the following command
using the [Nuget][nuget] package manager.

```shell theme={null}
PM> Install-Package Box.V2.Core
```

[nuget]: https://www.nuget.org/
