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