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