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