Skip to content

Installing EasyNetQ

Atallah0 edited this page Jul 16, 2024 · 8 revisions

EasyNetQ is on NuGet, so to install...

PM> Install-Package EasyNetQ

To add the latest version of EasyNetQ to your project via the .NET Core CLI, you can use the following command:

dotnet add package EasyNetQ
Clone this wiki locally