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:Program.cs and add:
Next steps
Client setup
Configure authentication and client options.