Skip to main content

Installing the Nexudus SDK

The Nexudus SDK is distributed as a NuGet package. Add it to any .NET project targeting .NET 10 or later. A .NET Framework 4.8 version is also available as a separate package: Nexudus.Sdk.Framework.

Prerequisites

  • .NET 10 SDK or later — Download .NET
  • A Nexudus account with API access

Install via the .NET CLI

Install via NuGet Package Manager

.NET Framework 4.8

If your project targets .NET Framework 4.8, install the Nexudus.Sdk.Framework package instead:

Verify the installation

Create a simple console app to confirm everything is working:
Open Program.cs and add:
Run it:
If you see the success message, you’re ready to use the SDK.

Next steps

Client setup

Configure authentication and client options.