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 2424 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 5.0.*" Condition =" '$(TargetFramework)' == 'net5.0'" />
2525 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.*" Condition =" '$(TargetFramework)' == 'net6.0'" />
2626 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.*" Condition =" '$(TargetFramework)' == 'net7.0'" />
27- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0 .*" Condition =" '$(TargetFramework)' == 'netcoreapp2.1' OR '$(TargetFramework)' == 'net48'" />
28- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0 .*" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
29- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7 .0.*" Condition =" '$(TargetFramework)' == 'net5.0'" />
30- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7 .0.*" Condition =" '$(TargetFramework)' == 'net6.0'" />
27+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.1 .*" Condition =" '$(TargetFramework)' == 'netcoreapp2.1' OR '$(TargetFramework)' == 'net48'" />
28+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.1 .*" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
29+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 5 .0.*" Condition =" '$(TargetFramework)' == 'net5.0'" />
30+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6 .0.*" Condition =" '$(TargetFramework)' == 'net6.0'" />
3131 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.*" Condition =" '$(TargetFramework)' == 'net7.0'" />
3232 </ItemGroup >
3333
You can’t perform that action at this time.
0 commit comments