Skip to content

Commit

Permalink
Merge pull request #390 from DuendeSoftware/joe/dotnet-new-install
Browse files Browse the repository at this point in the history
Use updated dotnet cli syntax in .NET 8
  • Loading branch information
brockallen authored Jan 5, 2024
2 parents 3addbbd + 5e0176c commit 7a7e26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IdentityServer/v7/docs/content/quickstarts/0_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Every quickstart has a reference solution - you can find the code in the [sample
The first thing you should do is install our templates:

```
dotnet new --install Duende.IdentityServer.Templates
dotnet new -install Duende.IdentityServer.Templates
```

They will be used as a starting point for the various tutorials.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a7e26b

Please sign in to comment.