Skip to content

Commit cdc478a

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.9. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v5.0.3...v5.0.9) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd1796f commit cdc478a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/ScimShadowProperty/src/ScimShadowProperty/ScimShadowProperty.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<OutputType>Exe</OutputType>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="5.0.0" />
88
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
9-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.3" />
9+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
1010
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
1111
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.3" />

0 commit comments

Comments
 (0)