Skip to content

Commit a1c6ae3

Browse files
committed
Align JWT package versions for compatibility with JwtBearer
1 parent 54c78e7 commit a1c6ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2" />
1212
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" />
14-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
14+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)