Skip to content

Commit e6fe5e8

Browse files
authored
Merge pull request #1034 from DuendeSoftware/mb/patch
Update package references to Duende.IdentityServer v7.4.7 in upgrade guides
2 parents 7dbde8b + 69fe526 commit e6fe5e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro/src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ Update the IdentityServer4 dependencies in your IdentityServer host project to D
381381

382382
```diff lang="xml" title=".csproj"
383383
- <PackageReference Include="IdentityServer4" Version="4.1.2" />
384-
+ <PackageReference Include="Duende.IdentityServer" Version="7.4.3" />
384+
+ <PackageReference Include="Duende.IdentityServer" Version="7.4.7" />
385385
```
386386

387387
You'll need to make a similar change for all IdentityServer4 packages, including `IdentityServer4.EntityFramework` and `IdentityServer4.AspNetIdentity`. For example:
388388

389389
```diff lang="xml" title=".csproj"
390390
- <PackageReference Include="IdentityServer4.EntityFramework" Version="4.1.2" />
391-
+ <PackageReference Include="Duende.IdentityServer.EntityFramework" Version="7.4.3" />
391+
+ <PackageReference Include="Duende.IdentityServer.EntityFramework" Version="7.4.7" />
392392
```
393393

394394
The IdentityModel package was renamed to Duende IdentityModel and needs updating if you reference it directly:

astro/src/content/docs/identityserver/upgrades/v7_3-to-v7_4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For example, in your project file:
4242
would change to:
4343

4444
```xml
45-
<PackageReference Include="Duende.IdentityServer" Version="7.4.3" />
45+
<PackageReference Include="Duende.IdentityServer" Version="7.4.7" />
4646
```
4747

4848
## Step 2: Breaking Changes

0 commit comments

Comments
 (0)