Install .NET SDK (Deprecated)

Guides Tooling SDKs Install .NET SDK (Deprecated)
Edit this page

Install .NET SDK (Deprecated)

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

.NET SDK is currently in maintenance mode and will be deprecated soon. This means only critical security updates and bug fixes will be implemented. It is recommended to use the auto-generated .NET SDK.

The SDK is available for both .NET Framework 4.5 and .NET Core 1.0 or above. The installation of the SDK depends on the framework used.

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 package manager.

PM> Install-Package Box.V2

.NET Core

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

PM> Install-Package Box.V2.Core