How to install the package Microsoft.Azure.Amqp from NuGet
.Net
C#
NuGet
Microsoft.Azure.Amqp
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Microsoft.Azure.Amqp -Version 2.4.9
# .NET CLI
dotnet add package Microsoft.Azure.Amqp --version 2.4.9
# PackageReference
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.4.9" />
# Paket CLI
paket add Microsoft.Azure.Amqp --version 2.4.9