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?