Installing Decisions SDK with NuGet in Visual Studio
  • 27 Jul 2022
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Installing Decisions SDK with NuGet in Visual Studio

  • Dark
    Light

Article summary

Overview

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

Example

To install the Decisions SDK as a NuGet package in Visual Studio, first, open a new project. Once a solution is opened in Visual Studio, in the Solutions Explorer, right-click the project name and select Manage Packages for Solution.


In the NuGet: [Project Name] panel, select Browse, then search for DecisionsSDK in the search bar. Choose the DecisionsSDK, then in the right panel, select the latest stable version, and select Install.

In the Preview Changes dialog, review the changes and select OK.


Once the SDK installation is complete, the NuGet package will be available with the following .cs files in the Solution Explorer panel.


Was this article helpful?