From e9703630fd5816406c5b0d0530d0b65ca6195bc8 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Sat, 27 Jun 2026 17:45:25 +0200 Subject: [PATCH 1/2] Downgrade testcontainers to 4.11 Running the .NET Framework integration tests locally (not CI since we don't use the library there) is broken in 4.12. Also add .dockerignore since the image was including 200MB of stuff under bin/. --- Directory.Packages.props | 2 +- test/Renci.SshNet.IntegrationTests/.dockerignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/Renci.SshNet.IntegrationTests/.dockerignore diff --git a/Directory.Packages.props b/Directory.Packages.props index c03b54e08..2deb725af 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,6 +22,6 @@ - + diff --git a/test/Renci.SshNet.IntegrationTests/.dockerignore b/test/Renci.SshNet.IntegrationTests/.dockerignore new file mode 100644 index 000000000..a8eb4de7e --- /dev/null +++ b/test/Renci.SshNet.IntegrationTests/.dockerignore @@ -0,0 +1,3 @@ +* +!server/* +!user/* From 529e98a27183ded71ed98b941b0a127092254e40 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Sat, 4 Jul 2026 14:06:27 +0200 Subject: [PATCH 2/2] bump to 4.13 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 2deb725af..d455a8a3b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,6 +22,6 @@ - +