We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ceda53 commit 7c043ecCopy full SHA for 7c043ec
1 file changed
Packages/Federation.Sdk/Source/Usings.cs
@@ -4,11 +4,11 @@
4
global using System.Net.Http.Json;
5
global using System.Reflection;
6
7
+global using Microsoft.IdentityModel.Tokens;
8
global using Microsoft.Extensions.DependencyInjection;
9
global using Microsoft.AspNetCore.Authentication.JwtBearer;
10
11
global using HttpsRichardy.Internal.Essentials.Patterns;
-
12
global using HttpsRichardy.Federation.Sdk.Serializers;
13
global using HttpsRichardy.Federation.Sdk.Helpers;
14
global using HttpsRichardy.Federation.Sdk.Clients;
0 commit comments