Installing Decisions SDK with NuGet in Visual Studio
- 08 Sep 2022
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Installing Decisions SDK with NuGet in Visual Studio
- Updated on 08 Sep 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Version 7.x .NET Architecture Change
- Versions 7.0.1 - 7.1 require .NET Core 3.1
- Versions 7.2 - 7.9 require .NET 5
- Versions 7.10+ require .NET 6
The Decisions SDK can be installed as a NuGet package in Visual Studio.
Example
- 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 DecisionsSDK in the right panel, select the latest stable version, and select Install.
- In the Preview Changes dialog, click OK.
For further information on SDK, visit the Decisions Forum.
Was this article helpful?