Skip to content

Commit a18beea

Browse files
committed
Update JwtBearer package versions in project file
Updated `Microsoft.AspNetCore.Authentication.JwtBearer` from `8.0.15` to `8.0.16` for `net8.0` and from `9.0.4` to `9.0.5` for `net9.0` in `SimpleAuthentication.Abstractions.csproj`.
1 parent d37b8d4 commit a18beea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
</ItemGroup>
2929

3030
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.15" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.16" />
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
35-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.4" />
35+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.5" />
3636
</ItemGroup>
3737

3838
<ItemGroup>

0 commit comments

Comments
 (0)