Skip to content

Installation

ferdi kurnaz edited this page Sep 1, 2026 · 1 revision

Installation

Mediatron is available as a NuGet package. You can add it to your .NET project using the .NET CLI.

Using the .NET CLI

dotnet add package Mediatron

Using the Package Manager Console

Install-Package Mediatron

Requirements

  • A .NET project that supports modern Dependency Injection (Microsoft.Extensions.DependencyInjection).

Once installed, move on to Getting Started to register Mediatron in your app.

Clone this wiki locally