---
title: "Installing Decisions SDK with NuGet in Visual Studio"
slug: "installing-sdk-nuget"
updated: 2024-07-24T17:37:47Z
published: 2024-07-24T17:37:47Z
---

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

# Installing Decisions SDK with NuGet in Visual Studio

Version 8.9+ is built on [.NET 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0). Visit [Minor Version Update Guide](https://documentation.decisions.com/docs/minor-version-update-guide) for assistance on minor updates (E.g., Upgrading 8.6 to 8.9).

**Impact on Upgrades**

- Upgrades from versions before v7 require an "uninstall" ahead of installing v8
  - [Upgrades from v6 to v8](https://documentation.decisions.com/v8/docs/upgrading-decisions-v6-to-v8)
  - [Upgrades from v7 to v8](https://documentation.decisions.com/v8/docs/upgrading-decisions-v7-to-v8)
  - [Upgrades from v6 to v8 (Multi-tenancy)](https://documentation.decisions.com/v8/docs/upgrading-a-v6-multi-tenancy-to-v8)
- ALL **Custom****Libraries** will need to be recompiled.
- Custom assemblies will need to be rewritten.
- Modules may require design refactoring or downloading newer versions.
- Running multiple versions with the same database is not supported.
- LESS files from prior versions are not directly compatible with v8

The Decisions SDK can be installed as a NuGet package using Visual Studio.

---

## Example

1. Open a new project.
2. In the **Solutions Explorer**, right-click the project name and select**Manage Packages for Solution.**![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2020-03-18_110249.PNG)
3. In the **NuGet: [Project Name]** panel, select **Browse,** then search for "DecisionsSDK" in the search bar. Choose the **DecisionsSDK** in the right panel, select the latest stable version, and click **Install**.
4. In the **Preview Changes** dialog, click OK**.**

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Video-2020-03-18-110414.gif)

---

For further information on SDK, visit the [Decisions Forum](https://community.decisions.com/categories/SDK).
