diff --git a/TestHosts/TestHosts/Startup.cs b/TestHosts/TestHosts/Startup.cs index df29561..129961a 100644 --- a/TestHosts/TestHosts/Startup.cs +++ b/TestHosts/TestHosts/Startup.cs @@ -4,6 +4,7 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using NLog.Extensions.Logging; +using Shared.Logger.TennantContext; using TestHosts.Common; namespace TestHosts @@ -27,7 +28,6 @@ namespace TestHosts using Shared.General; using Shared.Logger; using Shared.Middleware; - using Shared.TennantContext; using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/TestHosts/TestHosts/TestHosts.csproj b/TestHosts/TestHosts/TestHosts.csproj index a51e610..62d4faa 100644 --- a/TestHosts/TestHosts/TestHosts.csproj +++ b/TestHosts/TestHosts/TestHosts.csproj @@ -21,7 +21,7 @@ - +