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

Prerequisites

Before installing CSVizionSDK, make sure the following prerequisites are installed and properly configured:

  • Operating System

    • Windows 10 (64-bit) or later
  • .NET SDK

    • .NET SDK
    • Verify installation by running:
      dotnet --version
  • Visual Studio (or any preferred IDE)

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}