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