Info
Version: | 0.8.24 |
Author(s): | John Larsen |
Last Update: | Sunday, June 9, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Digitizeit-se/QuartzHostedService |
NuGet Url: | https://www.nuget.org/packages/Digitizeit.Quartz.HostedService |
Install
Install-Package Digitizeit.Quartz.HostedService
dotnet add package Digitizeit.Quartz.HostedService
paket add Digitizeit.Quartz.HostedService
Digitizeit.Quartz.HostedService Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Data.Sqlite(>= 3.1.3)
- Microsoft.Extensions.Hosting(>= 3.1.3)
- Microsoft.Extensions.Logging(>= 3.1.3)
- MySql.Data(>= 8.0.19)
- Npgsql(>= 4.1.3.1)
- Quartz(>= 3.0.7)
- Quartz.Plugins(>= 3.0.7)
- Quartz.Serialization.Json(>= 3.0.7)
- System.Data.SqlClient(>= 4.8.1)
Tags
Set backing database from appsettings json files.
Supported databases: Memory, Ms SQL server, Postgres, Mysql, SqLite.