We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fd300b + cc81d59 commit f5d0a6cCopy full SHA for f5d0a6c
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.12.1" />
+ <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.13.1" />
12
13
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
14
</ItemGroup>
0 commit comments