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