Skip to content

Commit d315eb6

Browse files
author
Tiago Brenck
authored
Merge pull request #135 from Azure-Samples/tibre/fix134
Updating IdentityModel to 6.5
2 parents eb23770 + 68c256d commit d315eb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@
5959
<PackageReference Include="Microsoft.Identity.Client" Version="4.10.0" />
6060
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.5.0" />
6161
<PackageReference Include="System.Collections" Version="4.3.0" />
62+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.5.0" />
63+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.5.0" />
64+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.0" />
6265
</ItemGroup>
6366
</Project>

0 commit comments

Comments
 (0)