Skip to content

Commit

Permalink
Merge pull request #323 from DuendeSoftware/joe/nuget-version-numbers
Browse files Browse the repository at this point in the history
Use an explicit version number for nugets in quickstarts
  • Loading branch information
brockallen authored Sep 10, 2023
2 parents 5bf3edb + 984077f commit 59903c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions IdentityServer/v6/docs/content/quickstarts/4_ef.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ with the EntityFramework integration already added: *dotnet new isef*.
## Configure IdentityServer
### Install Duende.IdentityServer.EntityFramework
IdentityServer's Entity Framework integration is provided by the
*Duende.IdentityServer.EntityFramework* NuGet package. Run the following command
from the *src/IdentityServer* directory to install it:
*Duende.IdentityServer.EntityFramework* NuGet package. Run the following
commands from the *src/IdentityServer* directory to replace the
*Duende.IdentityServer* package with it. Replacing packages prevents any
dependency issues with version mismatches.

```console
dotnet remove package Duende.IdentityServer
dotnet add package Duende.IdentityServer.EntityFramework
```

Expand Down

0 comments on commit 59903c4

Please sign in to comment.