Skip to content

Commit 91efb24

Browse files
authored
Apply suggestion from @maartenba
1 parent 76fc95f commit 91efb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ The IdentityModel package was renamed to Duende IdentityModel and needs updating
386386

387387
```diff lang="xml" title=".csproj"
388388
- <PackageReference Include="IdentityModel" Version="x.y.z" />
389-
+ <PackageReference Include="Duende.IdentityModel" Version="7.0.0" />
389+
+ <PackageReference Include="Duende.IdentityModel" Version="7.1.0" />
390390
```
391391

392392
### Step 3: Update Namespaces

0 commit comments

Comments
 (0)