Skip to content

Commit

Permalink
Merge pull request #509 from DuendeSoftware/josephdecock-patch-1
Browse files Browse the repository at this point in the history
Use ` instead of * for shell command to avoid formatted qutotes
  • Loading branch information
brockallen authored Aug 20, 2024
2 parents 3e76ac3 + 78dd6f2 commit 919da7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdentityServer/v7/docs/content/troubleshooting/wilson.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Errors that we have seen because of IdentityModel version mismatches include:
* System.MissingMethodException: Method not found 'Boolean Microsoft.IdentityModel.Tokens.TokenUtilities.IsRecoverableConfiguration(...)'

## Diagnosing
Run this command in powershell: *dotnet list package --include-transitive | sls "Microsoft.IdentityModel|System.IdentityModel"*
Run this command in powershell: `dotnet list package --include-transitive | sls "Microsoft.IdentityModel|System.IdentityModel"`

The output should look something like this:
```txt
Expand All @@ -33,4 +33,4 @@ To fix this, add explicit package references to upgrade the packages that are of
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="7.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.4.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.4.0" />
```
```

0 comments on commit 919da7d

Please sign in to comment.