Hangfire.NetCore 1.7.19

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Hangfire.NetCore --version 1.7.19
NuGet\Install-Package Hangfire.NetCore -Version 1.7.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hangfire.NetCore" Version="1.7.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.NetCore --version 1.7.19
#r "nuget: Hangfire.NetCore, 1.7.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hangfire.NetCore as a Cake Addin
#addin nuget:?package=Hangfire.NetCore&version=1.7.19

// Install Hangfire.NetCore as a Cake Tool
#tool nuget:?package=Hangfire.NetCore&version=1.7.19

.NET Core's Worker Service host support for Hangfire (background job system for ASP.NET applications).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Hangfire.NetCore:

Package Downloads
Hangfire.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core support for Hangfire, a background job framework for .NET applications.

Mcma.WorkerInvoker.Hangfire

Package Description

Mcma.Worker.Hangfire

Package Description

Etch.Cms.Hangfire The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Hangfire.NetCore:

Repository Stars
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
Version Downloads Last updated
1.8.11 313,883 2/23/2024
1.8.10 210,332 2/12/2024
1.8.9 363,213 1/24/2024
1.8.7 517,402 12/29/2023
1.8.6 1,602,838 10/18/2023
1.8.5 1,776,933 8/11/2023
1.8.4 440,557 7/27/2023
1.8.3 867,818 6/27/2023
1.8.2 941,890 5/26/2023
1.8.1 274,373 5/18/2023
1.8.0 758,159 4/28/2023
1.7.36 713 6/29/2023
1.7.35 194 5/18/2023
1.7.34 45,562 3/30/2023
1.7.33 9,326 1/31/2023
1.7.32 12,755 11/21/2022
1.7.31 79,760 8/19/2022
1.7.30 17,132 6/10/2022
1.7.29 2,680 5/23/2022
1.7.28 25,893 12/18/2021
1.7.27 17,357 11/3/2021
1.7.26 2,149 10/27/2021
1.7.25 3,480 8/30/2021
1.7.24 37,680 6/28/2021
1.7.23 4,446 5/28/2021
1.7.22 20,034 4/13/2021
1.7.21 350 4/12/2021
1.7.20 3,292 3/19/2021
1.7.19 10,912 1/15/2021
1.7.18 11,843 11/20/2020
1.7.17 3,892 10/20/2020
1.7.16 1,705 10/14/2020
1.7.15 2,097 10/8/2020
1.7.14 3,392 9/24/2020
1.7.13 639 9/15/2020
1.7.12 15,953 7/24/2020
1.7.11 11,973 4/15/2020
1.7.10 968 4/2/2020
1.7.9 3,731 1/20/2020
1.7.8 3,797 12/5/2019
1.7.7 1,661 10/22/2019
1.7.6 3,146 8/5/2019
1.7.5 605 7/18/2019
1.7.4 1,477 6/28/2019
1.7.3 2,351 5/23/2019
1.7.2 626 4/29/2019
1.7.1 776 4/16/2019

https://www.hangfire.io/blog/

1.7.7
• Changed – Add explicit `netcoreapp3.0` target with reference to "3.0.0" packages.

1.7.5
• Fixed – Add missing overload for the `AddHangfireServer` method with "options" action.

1.7.2
• Fixed – Allow to resolve `IJobFilterProvider` service from the `AddHangfire` method.

1.7.1
• Added – Worker Service host support for .NET Core without unnecessary dependencies to ASP.NET Core.