Upgrading Project to .net core 2.2

Hi,
I am facing issues after upgrading my project to .net core 2.2 with RabbitMq transport. Could you please help with the issue. Below are some exceptions I am getting:

Exception thrown: 'System.ArgumentException' in RabbitMQ.Client.dll
Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll
Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll
Exception thrown: 'RabbitMQ.Client.Exceptions.ConnectFailureException' in RabbitMQ.Client.dll
Exception thrown: 'RabbitMQ.Client.Exceptions.ConnectFailureException' in RabbitMQ.Client.dll

Packages:
NServiceBus Version=“7.1.6”
NServiceBus.RabbitMQ Version=“5.0.3”

Where are you seeing those exceptions?

In the debug console of Output window in Visual Studio.

Those are just first-chance exceptions being logged. As long as your program isn’t stopping because of an uncaught exception, you have nothing to worry about.