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