Syntax updated
This commit is contained in:
parent
913ac777fc
commit
27803b3a6b
@ -58,4 +58,5 @@ global using System.Net;
|
||||
global using System.Security.Claims;
|
||||
global using System.Text.Json;
|
||||
global using System.Threading.Tasks;
|
||||
global using System;
|
||||
global using System;
|
||||
global using System.Reflection;
|
@ -58,6 +58,7 @@ global using System.Security.Cryptography.X509Certificates;
|
||||
global using System.Text.RegularExpressions;
|
||||
global using System.Threading.Tasks;
|
||||
global using System;
|
||||
global using System.Reflection;
|
||||
|
||||
|
||||
|
||||
|
@ -48,3 +48,4 @@ global using Webhooks.API.IntegrationEvents;
|
||||
global using Webhooks.API.Model;
|
||||
global using Webhooks.API.Services;
|
||||
global using Webhooks.API;
|
||||
global using System.Reflection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user