JOB Dependencies Path

Hi,
we are evaluating HangFire to use it for our products and we have a question for you. In our test infrastructure we have the HangFire service that process the jobs and the clients that add schedules. We are using a shared database on MSSQL. Actually we add the job’s dll to the HangFire service bin folder and everythings works fine.
However, some of our products referenced different version of the same dll and it’s impossible put all of them in the same service folder.
It’s possible configure the service to load the depencies for a job from a specific folder or specify the path of the dll to be executed when adding the schedules?

Regards.