Skip to content

Commit 6c30e5a

Browse files
Bump Microsoft.AspNetCore.Authentication.JwtBearer (#353)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.1.0 to 3.1.18. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v3.1.0...v3.1.18) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e806469 commit 6c30e5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FlubuCore.WebApi/FlubuCore.WebApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@
9898
</ItemGroup>
9999
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
100100
<ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" />
101-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
101+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
102102
</ItemGroup>
103103

104104
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
105105
<ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" />
106-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
106+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
107107
</ItemGroup>
108108

109109
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
110110
<ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" />
111-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
111+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
112112
</ItemGroup>
113113

114114
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
@@ -118,7 +118,7 @@
118118
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
119119
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" />
120120
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
121-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.2.0" />
121+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
122122
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
123123
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
124124
</ItemGroup>

0 commit comments

Comments
 (0)