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
- 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}