SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
Info
Version: | 1.8.14 |
Author(s): | Sergey Odinokov |
Last Update: | Tuesday, June 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.hangfire.io/ |
NuGet Url: | https://www.nuget.org/packages/HangFire.SqlServer |
Install
Install-Package HangFire.SqlServer
dotnet add package HangFire.SqlServer
paket add HangFire.SqlServer
HangFire.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Hangfire.Core(>= 1.7.19 && <= 1.7.19)
- NETStandard.Library(>= 1.6.0)
- System.Data.Common(>= 4.1.0)
- System.Data.SqlClient(>= 4.1.0)
- Hangfire.Core(>= 1.7.19 && <= 1.7.19)
- Hangfire.Core(>= 1.7.19 && <= 1.7.19)
- System.Data.SqlClient(>= 4.4.0)
Tags