Quick Links: Visual Studio | JetBrains Rider | Command Line
- Right-click on your project in Solution Explorer
- Select Manage NuGet Packages
- Click on Settings (gear icon)
- Add a new package source:
- Name:
Malforge - Source:
https://nuget.pkg.github.com/malforge/index.json
- Name:
- Click OK to save
- Search for
Mal.MdkScriptMixin.Graphics - Click Install
- Go to File → Settings → NuGet → Sources
- Click + to add a new source
- Name:
Malforge - URL:
https://nuget.pkg.github.com/malforge/index.json
- Name:
- Click OK to save
- Open the NuGet tool window
- Search for
Mal.MdkScriptMixin.Graphics - Click Install
dotnet nuget add source https://nuget.pkg.github.com/malforge/index.json --name Malforgedotnet add package Mal.MdkScriptMixin.GraphicsAdd this to your .csproj file:
<PackageReference Include="Mal.MdkScriptMixin.Graphics" Version="2.0.3" />Installation instructions auto-generated. Last updated: 2026-05-22