diff --git a/src/Services/Identity/Identity.API/GlobalUsings.cs b/src/Services/Identity/Identity.API/GlobalUsings.cs index 012501072..57801a3cb 100644 --- a/src/Services/Identity/Identity.API/GlobalUsings.cs +++ b/src/Services/Identity/Identity.API/GlobalUsings.cs @@ -59,6 +59,8 @@ global using System.Text.RegularExpressions; global using System.Threading.Tasks; global using System; global using System.Reflection; +global using Microsoft.OpenApi.Models; + diff --git a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs index 42d66557d..108159e96 100644 --- a/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs +++ b/src/Services/Webhooks/Webhooks.API/GlobalUsings.cs @@ -49,3 +49,5 @@ global using Webhooks.API.Model; global using Webhooks.API.Services; global using Webhooks.API; global using System.Reflection; +global using Microsoft.OpenApi.Models; +