Mixed .NET Envs - NET461 and CORE 2.0

Hi,

i’ve created a web application on .net core 2.0 that queues new jobs.
Now I’ll create a azure service fabric to host BackgroundJobServer.

Is there a way, to archive to queue jobs with .net core 2.0 and process jobs with BackgroundJobServer under .net461? We have created a Task Lib that is based on .Net Standard 2.0.

When I mix the envirorements than I got JSON deserialazion errors.

Has someone made something simillar?

This should work with a dev version of Hangfire, but you’ll need to build it from source.
For current NuGet version a workaround is also possible, see https://github.com/HangfireIO/Hangfire/issues/1016.