AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/nservicebus/llms.txt. The markdown version of this page is served as plain text. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

.NET Framework requirements

NServiceBus version 8.x

Requires .NET 6 (or higher) or .NET Framework Version 4.7.2 (or higher)

NServiceBus version 7.x

Requires .NET Core 2.0 (or higher) or .NET Framework Version 4.5.2 (or higher)

NServiceBus version 6.x

Requires .NET Framework Version 4.5.2 (or higher)

NServiceBus version 5.x

Requires .NET Framework Version 4.5 (or higher)

NServiceBus versions 3.x and 4.x

Requires .NET Framework Version 4.0 (or higher)

Compatibility

NServiceBus targets a specific version of .NET but that does not mean user code must be targeting the same version. This only indicates the minimum required .NET version. The actual framework used at runtime is determined by the application.

Related Articles