-
Notifications
You must be signed in to change notification settings - Fork 0
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.
To add the package using the dotnet CLI, run the following command in your terminal:
dotnet add package PSXMCL --version 0.1.0Alternatively, install it through the Visual Studio Package Manager Console:
Install-Package PSXMCL -Version 0.1.0You can also manually add the dependency directly to your project file (.csproj, .fsproj, or .vbproj):
<PackageReference Include="PSXMCL" Version="0.1.0" />