Skip to content

Commit

Permalink
Update providers to .NET 6
Browse files Browse the repository at this point in the history
Update the new providers from the 5.0.5 release to .NET 6.
  • Loading branch information
martincostello committed Jul 4, 2021
1 parent a012b1b commit fdab217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected override async Task<AuthenticationTicket> CreateTicketAsync(
Options,
Backchannel,
tokens,
tokens.Response.RootElement);
tokens!.Response!.RootElement);
context.RunClaimActions();

await Options.Events.CreatingTicket(context);
Expand Down

0 comments on commit fdab217

Please sign in to comment.