Install
MSPC Core
is published on NuGet,
and can be added to your .NET project using any of the following methods:
# .NET CLI
> dotnet add package Genometric.MSPC.Core --version 3.0.0
# Package Manager
PM> Install-Package Genometric.MSPC.Core -Version 3.0.0
See how to install a NuGet package in Visual Studio on Windows or Mac, or different ways to install a NuGet package.