UseSqlServerStorage not found

Hi Team,

Today, I download hangfire version 1.7.35, my project Net Framework 4.8

  1. I re-sign dll using ildasm (because my project required strong-name)
  2. Add dll references
  3. I set up hangfire using: GlobalConfiguration.Configuration.UseSqlServerStorage
    but UseSqlServerStorage not found (I still find file SqlServerStorageExtensions)

do you have any solution for this problem?
Or did I do something wrong?