diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 867068f1f..b96eff851 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -60,7 +60,7 @@ global using System.Threading.Tasks; global using System; global using System.Reflection; global using Microsoft.OpenApi.Models; -global using Sytem.IO.Path; +global using System.IO; diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index 8976a1d32..cd5624bad 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -50,5 +50,5 @@ global using Webhooks.API.Services; global using Webhooks.API; global using System.Reflection; global using Microsoft.OpenApi.Models; -global using System.IO.Path; +global using System.IO;