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