What is the difference between the nuget
packages HangFire.AspNetCore and HangFire and HangFire.core?
It seems I am able to use hangfire with a ASP .NET MVC Core project with only the HangFire
1.6.21 package alone. See below packages used in my project:
What is then the package HangFire.AspNetCore
for?
I am working with Visual Studio Code on Ubuntu, and I added the packages using :
dotnet add package Hangfire
dotnet add package Hangfire.AspNetCore