We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8787f41 + f1bcc1d commit b70018bCopy full SHA for b70018b
1 file changed
src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj
@@ -8,7 +8,7 @@
8
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.*" Condition="'$(TargetFramework)' == 'net6.0'" />
9
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.*" Condition="'$(TargetFramework)' == 'net7.0'" />
10
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.*" Condition="'$(TargetFramework)' == 'net8.0'" />
11
- <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.13.1" />
+ <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.14.0" />
12
13
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
14
</ItemGroup>
0 commit comments