Skip to content

Commit

Permalink
Fix domaindrivendev#3184 - fix JWT version for .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen committed Jan 21, 2025
1 parent 6873e65 commit e731645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WebSites/OAuth2Integration/OAuth2Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" VersionOverride="8.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" VersionOverride="9.0.1" />
<PackageReference Include="Duende.IdentityServer" VersionOverride="7.0.8" />
</ItemGroup>

Expand Down

0 comments on commit e731645

Please sign in to comment.