Skip to content

Commit

Permalink
Remove explicit dependency on oidc from tests
Browse files Browse the repository at this point in the history
IdentityServer depends on version 8.0.3 of the oidc auth handler, while
we only use 8.0.1. This is normally fine, but if we explicitly take a
dependency on both the handler at version 8.0.1 and identity server,
then our explicit dependency is a downgrade of what identity server
wants, producing a warning. We don't actually need the explicit
dependency, and removing it fixes the build.
  • Loading branch information
josephdecock committed Apr 19, 2024
1 parent 39820dc commit efc4eda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />

<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer"/>
<PackageReference Include="Microsoft.AspNetCore.TestHost"/>

Expand Down

0 comments on commit efc4eda

Please sign in to comment.