Installing Decisions SDK with NuGet in Visual Studio
  • 10 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Installing Decisions SDK with NuGet in Visual Studio

  • Dark
    Light

Article Summary

Version 8.9+ is built on .NET 7. Visit 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
  • 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.
  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.



    For further information on SDK, visit the Decisions Forum.

Was this article helpful?