PlatformNotSupportedException Runtime Only

Hi, I’ve inherited this application and I had to move the application from one server to another. When I run it I get the following in my EventViewer:

Category: Hangfire.AutomaticRetryAttribute
EventId: 0

Failed to process the job ‘19’: an exception occurred.

Exception:
System.PlatformNotSupportedException: This platform does not support distributed transactions.
at TaxNet.Core.Application.Behaviors.TransactionBehavior2.Handle(TRequest request, CancellationToken cancellationToken, RequestHandlerDelegate1 next) in /home/vsts/work/1/s/src/Core/Application/Behaviors/TransactionBehavior.cs:line 39
at TaxNet.Core.Extensions.MediatorHangfireBridge.Send(String jobName, IRequest command) in /home/vsts/work/1/s/src/Core/Extensions/MediatorHangfireBridge.cs:line 32
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

I cannot reproduce this error when I run it in my IDE. Any help would be appreciated.