NServiceBus and MSMQ Package on .net Core

Hi All,
I have installed the NuGet Gallery | NServiceBus.Transport.Msmq 2.0.0 in .net Core console app . But somehow is not getting Recognized and I am not able to find the error either.

Can you please help with the issue.

MSMQ isn’t supported on .net core by Microsoft yet. If you need to use MSMQ you can use .net full framework.

Oh Ok. Thanks for the information.

On the following page you see which packages support .net core: