Skip to content

Commit 7c043ec

Browse files
feature(#20): this commit updates global usings to support
microsoft.identitymodel.tokens
1 parent 8ceda53 commit 7c043ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/Federation.Sdk/Source/Usings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
global using System.Net.Http.Json;
55
global using System.Reflection;
66

7+
global using Microsoft.IdentityModel.Tokens;
78
global using Microsoft.Extensions.DependencyInjection;
89
global using Microsoft.AspNetCore.Authentication.JwtBearer;
910

1011
global using HttpsRichardy.Internal.Essentials.Patterns;
11-
1212
global using HttpsRichardy.Federation.Sdk.Serializers;
1313
global using HttpsRichardy.Federation.Sdk.Helpers;
1414
global using HttpsRichardy.Federation.Sdk.Clients;

0 commit comments

Comments
 (0)