Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update WebAuthenticator Sample app dependencies (#2116)
Browse files Browse the repository at this point in the history
* Update WebAuthenticator Sample app to net8

* Revert "Update WebAuthenticator Sample app to net8"

This reverts commit 228ebdd.

* Update WebAuth Sample project dependencies
  • Loading branch information
jfversluis authored Jan 15, 2024
1 parent ae2cb94 commit bca00ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="3.1.8" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.2" />
Expand Down

0 comments on commit bca00ac

Please sign in to comment.