Skip to main content

Installation


Supported .Net Versions

CSVizionSDK is supported on Windows platform.
This package targets .NET Standard 2.0 and is compatible with:

  • .NET Core 2.0+
  • .NET Framework 4.6.1+
  • .NET 5+

Installation Steps

Windows (x64)

  • Download from local NuGet package
  1. Download the nupkg file from CSVizionSDK Download Page.
  2. Add the NuGet package from local source path
    dotnet add package CSVizionSDK --source {CSVizionSDK.{VERSION}.nupkg_download_path}
  1. Installed the package by dotnet CLI
    dotnet add package CSVizionSDK --version {VERSION}