Service Bus-based Job System for .NET Core.
Info
Version: | 2.0.0-rc1 |
Author(s): | Pepijn Schoen |
Last Update: | Wednesday, April 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/trip-rebel/service-bus-jobs |
NuGet Url: | https://www.nuget.org/packages/ServiceBusJobs |
Install
Install-Package ServiceBusJobs
dotnet add package ServiceBusJobs
paket add ServiceBusJobs
ServiceBusJobs Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.ServiceBus(>= 0.0.2)
- Microsoft.Extensions.Logging(>= 1.0.0)
- Microsoft.Extensions.Options(>= 1.0.0)
- Newtonsoft.Json(>= 10.0.2)
- NETStandard.Library(>= 1.6.1)
Tags