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