Skip to content

Commit

Permalink
add using statement to fix tests (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Oct 23, 2021
1 parent 491b8ef commit 4f2f9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Identity.Web/TokenAcquisition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
using Microsoft.Extensions.Primitives;
using Microsoft.Identity.Client;
using Microsoft.Identity.Web.TokenCacheProviders;
using Microsoft.Identity.Web.TokenCacheProviders.InMemory;
using Microsoft.IdentityModel.JsonWebTokens;
using Microsoft.IdentityModel.Tokens;
using Microsoft.Net.Http.Headers;
Expand Down

0 comments on commit 4f2f9b2

Please sign in to comment.