We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb54ed3 + a18beea commit 0c7096aCopy full SHA for 0c7096a
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.15" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.16" />
32
33
34
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
35
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.4" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.5" />
36
37
38
<ItemGroup>
0 commit comments