-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Yan Justino edited this page Dec 26, 2019
·
1 revision
Polyjuice is avaliable on Nuget. NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. To install use the options bellow:
# Package Manager
> Install-Package Polyjuice# Package Manager
> dotnet add package Polyjuice<!-- *.cproj file -->
<PackageReference Include="Polyjuice" Version="{VERSION}" />