From fa256c64fb5caf7fcfcbc005e918740e271137f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Sat, 15 Feb 2025 11:16:40 +0100 Subject: [PATCH] chore: Add support for macOS in Testcontainers.Db2.Tests (#1371) --- Directory.Packages.props | 1 + tests/Testcontainers.Db2.Tests/Testcontainers.Db2.Tests.csproj | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index 1bb589fd0..82dda0fd4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -42,6 +42,7 @@ + diff --git a/tests/Testcontainers.Db2.Tests/Testcontainers.Db2.Tests.csproj b/tests/Testcontainers.Db2.Tests/Testcontainers.Db2.Tests.csproj index 58eff6fce..54bfc255b 100644 --- a/tests/Testcontainers.Db2.Tests/Testcontainers.Db2.Tests.csproj +++ b/tests/Testcontainers.Db2.Tests/Testcontainers.Db2.Tests.csproj @@ -14,6 +14,9 @@ + + +