Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a2b3547

Browse files
Update to latest IdentityModel
1 parent 4d8dd96 commit a2b3547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>2.6.0</VersionPrefix>
4+
<VersionPrefix>2.7.0</VersionPrefix>
55
<!--<VersionSuffix>preview-1</VersionSuffix>-->
66
<Authors>Dominick Baier;Brock Allen</Authors>
77
<TargetFrameworks>net452;netstandard1.4;netstandard2.0</TargetFrameworks>
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="IdentityModel" Version="3.5.0" />
21+
<PackageReference Include="IdentityModel" Version="3.7.0" />
2222
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.2.1" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)