We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e107f commit fb61c83Copy full SHA for fb61c83
src/Zitadel/Zitadel.csproj
@@ -27,8 +27,8 @@
27
</ItemGroup>
28
29
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
30
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.16"/>
31
- <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.16"/>
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.17"/>
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.17"/>
32
33
34
</Project>
0 commit comments