From 9adc22d8435f08b4a57e853c8e195783502a8d19 Mon Sep 17 00:00:00 2001 From: Mario Toffia Date: Sun, 6 Oct 2024 15:48:12 +0200 Subject: [PATCH] remove net6.0 for now (until global.json is gone) --- Ductus.FluentDocker.Tests/Ductus.FluentDocker.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ductus.FluentDocker.Tests/Ductus.FluentDocker.Tests.csproj b/Ductus.FluentDocker.Tests/Ductus.FluentDocker.Tests.csproj index d9b45e0..c71406c 100644 --- a/Ductus.FluentDocker.Tests/Ductus.FluentDocker.Tests.csproj +++ b/Ductus.FluentDocker.Tests/Ductus.FluentDocker.Tests.csproj @@ -1,7 +1,7 @@ - net6.0;net5.0;netcoreapp3.1;net461 + net5.0;netcoreapp3.1;net461