No support for SQL Edge on Apple silicon

Trying to run hangfire on a Mac M1 in Parallels, which needs SQL Edge running in a docker container on the host (Mac).

I get the following:

PlatformNotSupportedException: The SQL Server edition of the target server is unsupported, e.g. SQL Azure.]
   Hangfire.SqlServer.SqlServerObjectsInstaller.Install(DbConnection connection, String schema) +692
   Hangfire.SqlServer.SqlServerStorage..ctor(String nameOrConnectionString, SqlServerStorageOptions options) +104
   Hangfire.SqlServerStorageExtensions.UseSqlServerStorage(IGlobalConfiguration configuration, String nameOrConnectionString) +92

Hangfire works fine everywhere else (windows machines, azure, etc)

Anyone else run into this issue with Hangfire?

What version of Hangfire you are using? Looks like it’s too old, and if yes, please try upgrading it to the latest version.