File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" />
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
You can’t perform that action at this time.
0 commit comments