NServiceBus for .NET Core beta
Today we’re happy to announce that you can start building production-grade NServiceBus systems on .NET Core. Although the bits are currently marked as beta, a release candidate with a go-live license is coming soon.
On NuGet, you can now find beta packages for:
Many of our samples have also been updated to work with .NET Core. Use the blue Switch Version dropdown button to switch to the version with a -pre
suffix. Once you download and unzip the solution, you’ll find a solution file ending in .Core.sln
which targets .NET Core 2.0.
If you’re looking for a sample to start with, we recommend Full Duplex, Simple RabbitMQ, or Simple SQL Server.
Happy hacking!