File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/NetDevPack.Security.JwtExtensions Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0 ;net6.0;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1 ;net6.0;net7.0;net8.0</TargetFrameworks >
55 <Version >3.1.0</Version >
66 <Authors >Bruno Brito</Authors >
77 <PackageIconUrl >https://raw.githubusercontent.com/NetDevPack/NetDevPack/master/assets/IconNuget.png</PackageIconUrl >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.3 .1" />
19- <PackageReference Include =" System.Text.Json" Version =" 8.0.1 " />
18+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5 .1" />
19+ <PackageReference Include =" System.Text.Json" Version =" 8.0.3 " />
2020 </ItemGroup >
2121
22- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0 '" >
23- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.2.0 " />
22+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1 '" >
23+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.1.30 " />
2424 </ItemGroup >
2525 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
26- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.26 " />
26+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.29 " />
2727 </ItemGroup >
2828 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
29- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.15 " />
29+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.18 " />
3030 </ItemGroup >
3131 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
32- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.1 " />
32+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.4 " />
3333 </ItemGroup >
3434</Project >
You can’t perform that action at this time.
0 commit comments