Skip to content

Installing

Aldi edited this page Jun 6, 2026 · 1 revision

PSXMCL targets .NET 10.0 (and compatible runtimes). It is packaged and distributed via NuGet.

1. Command Line Interface (CLI)

To add the package using the dotnet CLI, run the following command in your terminal:

dotnet add package PSXMCL --version 0.1.0

2. Visual Studio Package Manager Console

Alternatively, install it through the Visual Studio Package Manager Console:

Install-Package PSXMCL -Version 0.1.0

3. Package Reference

You can also manually add the dependency directly to your project file (.csproj, .fsproj, or .vbproj):

<PackageReference Include="PSXMCL" Version="0.1.0" />

Clone this wiki locally