Skip to content

Commit

Permalink
Use an explicit version number for nugets in quickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Aug 11, 2023
1 parent f62373d commit 42f3779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IdentityServer/v6/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::6.3.1
```

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::6.3.1
```

## Create the Solution and IdentityServer Project
Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v6/docs/content/quickstarts/4_ef.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IdentityServer's Entity Framework integration is provided by the
from the *src/IdentityServer* directory to install it:

```console
dotnet add package Duende.IdentityServer.EntityFramework
dotnet add package Duende.IdentityServer.EntityFramework --version 6.3.1
```

### Install Microsoft.EntityFrameworkCore.Sqlite
Expand Down

0 comments on commit 42f3779

Please sign in to comment.