From 86c88a7dca2cfae586a0586ed7fdaac63e2dec25 Mon Sep 17 00:00:00 2001 From: Young Date: Sun, 13 Oct 2024 14:57:20 +0800 Subject: [PATCH] updated global usings --- src/Infrastructure/GlobalUsing.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Infrastructure/GlobalUsing.cs b/src/Infrastructure/GlobalUsing.cs index 8636ee6..c116c37 100644 --- a/src/Infrastructure/GlobalUsing.cs +++ b/src/Infrastructure/GlobalUsing.cs @@ -10,4 +10,8 @@ global using System.Net; global using System.Reflection; global using System.Text; global using System.Text.Json; -global using System.Threading; \ No newline at end of file +global using System.Threading; +global using System.IdentityModel.Tokens.Jwt; +global using Infrastructure.Security; +global using Microsoft.Extensions.DependencyInjection; +global using Microsoft.Extensions.DependencyInjection.Extensions; \ No newline at end of file