Skip to content

Commit a835ca0

Browse files
committed
Update JwtBearer package versions in project file
Updated the version of the `Microsoft.AspNetCore.Authentication.JwtBearer` package for both the `net8.0` and `net9.0` target frameworks in the `SimpleAuthentication.Abstractions.csproj` file. The version was changed from `8.0.14` to `8.0.15` for `net8.0`, and from `9.0.3` to `9.0.4` for `net9.0`.
1 parent 6ec9638 commit a835ca0

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.14" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.15" />
3232
</ItemGroup>
3333

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

3838
<ItemGroup>

0 commit comments

Comments
 (0)