Skip to content

Commit f24877d

Browse files
authored
Update keycloak-integration.md (#2772)
Added `--prerelease` switch on .NET CLI command for preview package. Fixes #2771
1 parent a6210df commit f24877d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authentication/keycloak-integration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Aspire Keycloak integration (Preview)
33
description: Learn how to use the .NET Aspire Keycloak integration, which includes both hosting and client integrations.
4-
ms.date: 12/06/2024
4+
ms.date: 03/06/2025
55
uid: authentication/keycloak-integration
66
---
77

@@ -178,7 +178,7 @@ To get started with the .NET Aspire Keycloak client integration, install the [
178178
### [.NET CLI](#tab/dotnet-cli)
179179

180180
```dotnetcli
181-
dotnet add package Aspire.Keycloak.Authentication
181+
dotnet add package Aspire.Keycloak.Authentication --prerelease
182182
```
183183

184184
### [PackageReference](#tab/package-reference)

0 commit comments

Comments
 (0)