Skip to content

Commit

Permalink
Merge pull request #1086 from gautamdsheth/dev
Browse files Browse the repository at this point in the history
Bump System.IdentityModel.Tokens for security fixes
  • Loading branch information
gautamdsheth authored Nov 9, 2024
2 parents 5aa12ab + 8fe0b67 commit 42d42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PnP.Framework/PnP.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="PnP.Core" Version="1.14.*-*" Condition="'$(PnPCoreSdkPath)' == ''" />
<PackageReference Include="Portable.Xaml" Version="0.26.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
</ItemGroup>

<ItemGroup Condition="'$(PnPCoreSdkPath)' != ''">
Expand Down

0 comments on commit 42d42c8

Please sign in to comment.