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