Installing Decisions SDK with NuGet in Visual Studio
- 24 Jul 2024
- 1 Minute to read
- Print
- DarkLight
Installing Decisions SDK with NuGet in Visual Studio
- Updated on 24 Jul 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
- Open a new project.
- 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 in the right panel, select the latest stable version, and click Install.
- In the Preview Changes dialog, click OK.For further information on SDK, visit the Decisions Forum.
Was this article helpful?