Skip to content

Commit

Permalink
Merge pull request #186 from DuendeSoftware/joe/maui
Browse files Browse the repository at this point in the history
Maui - Update to IdentityModel.OidcClient 6.0.0-preview.2
  • Loading branch information
brockallen authored Mar 15, 2024
2 parents 8432d93 + b42294d commit ab2c14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion various/clients/Maui/MauiApp1/MauiApp1/MauiApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />

<PackageReference Include="IdentityModel.OidcClient" Version="5.2.1" />
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0-preview.2" />
</ItemGroup>

</Project>

0 comments on commit ab2c14b

Please sign in to comment.