-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Giacomo Stelluti Scala edited this page Dec 31, 2019
·
13 revisions
A version quite aligned to GitHub repository can be downloaded from NuGet. It follows the command of .NET Core` CLI tool:
$ dotnet add package PickAll --version 0.17.0-alpha
This will install the specified version of PickAll. In a similar way can be done from Visual Studio Package Manager Console:
PM> Install-Package PickAll -Version 0.17.0-alpha