Skip to content

Commit

Permalink
Merge pull request #539 from XeroAPI/petoss-442
Browse files Browse the repository at this point in the history
PETOSS-442: Fix IdentityModel 7.0.0 compatibility issue
  • Loading branch information
sangeet-joy-tw authored Sep 11, 2024
2 parents 656c2f9 + 51225bc commit aadb415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageTags>xero;api;sdk;oauth2;oauth2.0</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityModel" Version="5.1.0" />
<PackageReference Include="IdentityModel" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.10.2" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
Expand Down

0 comments on commit aadb415

Please sign in to comment.