CadyIO / hangfire-ravendb

RavenDB job storage for Hangfire
https://www.nuget.org/packages/Hangfire.Raven/
18 stars 35 forks source link

Missing dlls in nuget 3.2.0 package #31

Open dmytrorudenko opened 5 years ago

dmytrorudenko commented 5 years ago

While invoking services.AddHangfire(c => c.UseRavenStorage(ravenConfig.Url, ravenConfig.Database)); it complains of missing dlls like:

They are missing under package folder. I'm using Raven.Client v4.1.4, seems like missing dlls are not included anymore neither of these packages.

allschu commented 8 months ago

any update on this? Need to add them manually?