Installing the SDK
Installing the SDK as simple as installing a NuGet package:
- CLI
- Package Reference
dotnet add package Dime.Scheduler --version VERSION_NO
<PackageReference Include="Dime.Scheduler" Version="VERSION_NO" />
warning
For the SDK of the on-premises version, use the Dime.Scheduler.Sdk
NuGet package. The Dime.Scheduler
package only targets the cloud version.