diff --git a/api/modules/Erp.MailQueue/Erp.MailQueue.csproj b/api/modules/Erp.MailQueue/Erp.MailQueue.csproj index f73ec4a2..243b2423 100644 --- a/api/modules/Erp.MailQueue/Erp.MailQueue.csproj +++ b/api/modules/Erp.MailQueue/Erp.MailQueue.csproj @@ -4,6 +4,7 @@ net9.0 enable true + $(NoWarn);CS8632 diff --git a/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj b/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj index 1309f884..23e39960 100644 --- a/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj +++ b/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj @@ -6,6 +6,7 @@ net9.0 enable Erp.Notifications + $(NoWarn);CS8632 diff --git a/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj b/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj index d99ab2b8..67f11d41 100644 --- a/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj +++ b/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj @@ -5,6 +5,7 @@ net9.0 Erp.Platform + $(NoWarn);CS8632 diff --git a/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj b/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj index af547035..4905e2ac 100644 --- a/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj +++ b/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj @@ -6,6 +6,7 @@ net9.0 Erp.Platform true + $(NoWarn);CS8632