From 469bb6ab6649abdeffc340276287da5d52c81856 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 25 Jan 2024 14:57:54 -0600 Subject: [PATCH] Switch to .NET 8 style for `dotnet new install` --- .../v7/docs/content/quickstarts/1_client_credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md b/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md index 2616bf60..3918cc2d 100644 --- a/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md +++ b/IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md @@ -28,7 +28,7 @@ the quickstarts. To install the templates open a console window and type the following command: ```console -dotnet new -install Duende.IdentityServer.Templates +dotnet new install Duende.IdentityServer.Templates ``` ## Create the Solution and IdentityServer Project