We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96066fa + 93ee220 commit 5383825Copy full SHA for 5383825
1 file changed
src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj
@@ -28,11 +28,11 @@
28
</ItemGroup>
29
30
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
31
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.16" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.17" />
32
33
34
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
35
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.5" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" />
36
37
38
<ItemGroup>
0 commit comments