From 154357527222bd92645ca6e4b7d961a47ce978aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Thu, 19 Dec 2024 14:05:52 +0100 Subject: [PATCH] fix: Make Testcontainers.XunitV3 publishable (#1317) --- Directory.Packages.props | 7 ++++--- src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 27e990a97..d2e90f1f5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -18,10 +18,11 @@ - - - + + + + diff --git a/src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj b/src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj index 4d578f1ff..050862c3c 100644 --- a/src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj +++ b/src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj @@ -2,8 +2,6 @@ net8.0;net9.0;netstandard2.0;netstandard2.1 latest - false - false $(DefineConstants);XUNIT_V3