Small library to create background tasks and background crons that get dependency injection.
Info
| Version: | 5.0.0 |
| Author(s): | LittleTask |
| Last Update: | Thursday, February 24, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Nolan-Ramsden/LittleTask |
| NuGet Url: | https://www.nuget.org/packages/LittleTask |
Install
Install-Package LittleTask
dotnet add package LittleTask
paket add LittleTask
LittleTask Download (Unzip the "nupkg" after downloading)
Dependencies
- Cronos(>= 0.7.0)
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.8)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.8)