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