File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
samples/NetDevPack.Security.JwtExtensions.ApiAuthenticator
NetDevPack.Security.JwtExtensions.ApiTests
NetDevPack.Security.JwtExtensions.Tests Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 66
77
88 <ItemGroup >
9- <PackageReference Include =" Bogus" Version =" 34.0.2 " />
10- <PackageReference Include =" NetDevPack.Security.Jwt.AspNetCore" Version =" 8.1.1 " />
11- <PackageReference Include =" NetDevPack.Security.Jwt.Core" Version =" 8.1.1 " />
12- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.3 .1" />
9+ <PackageReference Include =" Bogus" Version =" 35.5.0 " />
10+ <PackageReference Include =" NetDevPack.Security.Jwt.AspNetCore" Version =" 8.1.4 " />
11+ <PackageReference Include =" NetDevPack.Security.Jwt.Core" Version =" 8.1.4 " />
12+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5 .1" />
1313 </ItemGroup >
1414
1515 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
16- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.26 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.29 " />
1717 </ItemGroup >
1818 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
19- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.15 " />
19+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.18 " />
2020 </ItemGroup >
2121 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
22- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.1 " />
22+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.4 " />
2323 </ItemGroup >
2424
2525</Project >
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
13- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.26 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.29 " />
1414 </ItemGroup >
1515 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
16- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.15 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.18 " />
1717 </ItemGroup >
1818 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
19- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.1 " />
19+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.4 " />
2020 </ItemGroup >
2121</Project >
Original file line number Diff line number Diff line change 2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
31- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.26 " />
31+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.29 " />
3232 </ItemGroup >
3333 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
34- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.15 " />
34+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.18 " />
3535 </ItemGroup >
3636 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
37- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.1 " />
37+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.4 " />
3838 </ItemGroup >
3939
4040</Project >
You can’t perform that action at this time.
0 commit comments