Installing the C# CSNet Library
In order to utilize the C# Library you need to add the NuGet package to you project
https://www.nuget.org/packages/Centr.NetCS
Install-Package Centr.CSNet -Version 2.0.0dotnet add package Centr.CSNet --version 2.0.0<PackageReference Include="Centr.CSNet" Version="2.0.0" />paket add Centr.CSNet --version 2.0.0#r "nuget: Centr.CSNet, 2.0.0"// Install Centr.CSNet as a Cake Addin
#addin nuget:?package=Centr.CSNet&version=2.0.0
// Install SauceControl.Blake2Fast as a Cake Tool
#tool nuget:?package=Centr.CSNet&version=2.0.0Last updated
Was this helpful?