Skip to content

Commit 0e43313

Browse files
committed
fix: latest packages
1 parent 3844326 commit 0e43313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/NetDevPack.Identity/NetDevPack.Identity.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
24-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.23" />
24+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.24" />
2525
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.15" />
2626
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.15" />
2727
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.15" />
2828
</ItemGroup>
2929

3030
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.15" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.16" />
3232
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.6" />
3333
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.6" />
3434
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
3535
</ItemGroup>
3636

3737
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
38-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.3" />
38+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.4" />
3939
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.17.0" />
4040
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.4" />
4141
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.4" />
@@ -57,7 +57,7 @@
5757
</ItemGroup>
5858

5959
<ItemGroup>
60-
<PackageReference Include="NetDevPack.Security.Jwt.AspNetCore" Version="6.0.3" />
60+
<PackageReference Include="NetDevPack.Security.Jwt.AspNetCore" Version="6.0.5" />
6161

6262
</ItemGroup>
6363

0 commit comments

Comments
 (0)