Skip to content

Commit

Permalink
Merge pull request #426 from IdentityModel/joe/6.0-release
Browse files Browse the repository at this point in the history
Update IdentityModel to 7.0.0 (non-preview)
  • Loading branch information
brockallen authored Apr 9, 2024
2 parents 9acdb64 + cd929a9 commit 0c6b817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DPoP/DPoP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="7.0.0-preview.4" />
<PackageReference Include="IdentityModel" Version="7.0.0" />
<PackageReference Include="minver" Version="4.3.0" PrivateAssets="All" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />

Expand Down
2 changes: 1 addition & 1 deletion src/OidcClient/OidcClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="7.0.0-preview.4" />
<PackageReference Include="IdentityModel" Version="7.0.0" />
<PackageReference Include="minver" Version="4.3.0" PrivateAssets="All" />

<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
Expand Down

0 comments on commit 0c6b817

Please sign in to comment.