Skip to content

Commit a422707

Browse files
author
ENDAVA\mzorec
committed
Revert "Bump Microsoft.AspNetCore.Authentication.JwtBearer (#353)"
This reverts commit 6c30e5a.
1 parent 6c30e5a commit a422707

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.18" />
101+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
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.18" />
106+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
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.18" />
111+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
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="3.1.18" />
121+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.2.0" />
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)