File tree Expand file tree Collapse file tree
src/Auth0.AspNetCore.Authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <ItemGroup >
88 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 6.0.*" Condition =" '$(TargetFramework)' == 'net6.0'" />
9- <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 6.*" Condition =" '$(TargetFramework)' == 'net6.0'" />
109 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 7.0.*" Condition =" '$(TargetFramework)' == 'net7.0'" />
1110 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8.0.*" Condition =" '$(TargetFramework)' == 'net8.0'" />
11+ <PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" 8.12.1" />
1212
1313 <PackageReference Include =" System.Text.Encodings.Web" Version =" 8.0.0" />
1414 </ItemGroup >
You can’t perform that action at this time.
0 commit comments