Installation and Upgrade
Learn how to install and upgrade our C# libraries
Last updated
Learn how to install and upgrade our C# libraries
Last updated
The most reliable (and the only officially supported) way to install and to upgrade our libraries in your .NET application or library, regardless of which language you're working on (C#, F#, Visual Basic, and so on), is to use NuGet.org as the only official source. Each and every single library (like ), application that provides extension support (like Nitrocid KS), or an application-library hybrid (like ), can be installed as a NuGet package.
This requires an active Internet connection to proceed. If you'd like to use your local NuGet feed, upload the appropriate packages to your feed first so that all machines that use your feed will be able to download packages from that feed. Consult this page for more information on how to host our libraries in your feed.
Click on one of the buttons below to find out how to install or upgrade our libraries in your project.
InstallationUpgradeIt's a good practice to verify that your download is not corrupt using the methods outlined in the Attestations page.