Skip to content

Commit d549e67

Browse files
committed
normalized tables
1 parent acc4eb3 commit d549e67

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/redis/aspnet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Clone the [Microsoft.Azure.StackExchangeRedis](https://github.com/Azure/Microsof
3434

3535
## Required NuGet Packages
3636

37-
| Package | Purpose |
38-
| --------- | --------- |
37+
| Package | Purpose |
38+
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
3939
| `Microsoft.Azure.StackExchangeRedis` | Extension methods for StackExchange.Redis that enable Microsoft Entra ID token-based authentication to Azure Managed Redis |
40-
| `StackExchange.Redis` | The underlying Redis client library for .NET |
41-
| `Azure.Identity` | Provides `DefaultAzureCredential` and other credential types for authenticating with Azure services |
42-
| `Swashbuckle.AspNetCore` | Swagger/OpenAPI support for API documentation and testing |
40+
| `StackExchange.Redis` | The underlying Redis client library for .NET |
41+
| `Azure.Identity` | Provides `DefaultAzureCredential` and other credential types for authenticating with Azure services |
42+
| `Swashbuckle.AspNetCore` | Swagger/OpenAPI support for API documentation and testing |
4343

4444
Install the primary package:
4545

0 commit comments

Comments
 (0)