1. Home
  2. FlexRule Runtime (SDK)
  3. Introduction
  4. Reference Runtime NuGet to .net project

Reference Runtime NuGet to .net project

◷ Reading Time: 2 minutes

FlexRule Runtime is based on .Net Standard 2.0. This enables all .net versions to be able to use Runtime directly as an InProc integration model.

How to?

In your .net application you need to add two NuGet references.

  1. “System.Security.Cryptography.Xml”
  2. “FlexRule.Runtime”

The order of them is important otherwise you will not be able to reference “FlexRule.Runtime”.

What’s Next?

Once the references are added you need to

  1. Download your Runtime license from My Portal
  2. Link your Runtime license to your application

Your application is ready to execute any Logic Documents now.

  1. Create an instance of RuntimeEngine
  2. Invoke RuntimeEngine.Run to process your inputs

More detail on RuntimeEngine usage are available at here

Updated on January 7, 2026

Was this article helpful?

Related Articles