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)
- Visual Studio 2022 with the following workloads installed:
- .NET Desktop Development
- Visual Studio 2022 with the following workloads installed:
Windows (x64)
- Download from local NuGet package
- Download the nupkg file from CSVizionSDK Download Page.
- Add the NuGet package from local source path
dotnet add package CSVizionSDK --source {CSVizionSDK.{VERSION}.nupkg_download_path}
- Download from nuget.org directly
- Installed the package by dotnet CLI
dotnet add package CSVizionSDK --version {VERSION}