From 7ed309d3c17cd74334708a81e394dc84eb8fc4c8 Mon Sep 17 00:00:00 2001 From: Andreas Ylivainio Date: Mon, 14 Jul 2025 15:38:34 +0200 Subject: [PATCH] Fix shared references - Remove unused xunit references - Fix slashes - Remove import file reference from the shared project --- OptimizelyTestContainers.slnx | 4 ++-- .../Optimizely.TestContainers.Shared.csproj | 23 ++----------------- .../OptimizelyIntegrationTestBase.cs | 1 + 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/OptimizelyTestContainers.slnx b/OptimizelyTestContainers.slnx index f186f54..129b503 100644 --- a/OptimizelyTestContainers.slnx +++ b/OptimizelyTestContainers.slnx @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/src/Optimizely.TestContainers.Shared/Optimizely.TestContainers.Shared.csproj b/src/Optimizely.TestContainers.Shared/Optimizely.TestContainers.Shared.csproj index af6c1fe..ef25340 100644 --- a/src/Optimizely.TestContainers.Shared/Optimizely.TestContainers.Shared.csproj +++ b/src/Optimizely.TestContainers.Shared/Optimizely.TestContainers.Shared.csproj @@ -16,28 +16,9 @@ - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + - - - - - - - - PreserveNewest - - - + diff --git a/src/Optimizely.TestContainers.Shared/OptimizelyIntegrationTestBase.cs b/src/Optimizely.TestContainers.Shared/OptimizelyIntegrationTestBase.cs index e6d54c5..41b9d35 100644 --- a/src/Optimizely.TestContainers.Shared/OptimizelyIntegrationTestBase.cs +++ b/src/Optimizely.TestContainers.Shared/OptimizelyIntegrationTestBase.cs @@ -7,6 +7,7 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Testcontainers.MsSql; +using Xunit; namespace Optimizely.TestContainers.Shared;