From a592dab4b9944ca3683701971f0a3c6660d04237 Mon Sep 17 00:00:00 2001 From: Iker Celorrio Date: Tue, 13 Dec 2022 13:41:31 +0100 Subject: [PATCH] Add net472 target to TestClient to allow execution on mono 6.12 --- TestClient/TestClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestClient/TestClient.csproj b/TestClient/TestClient.csproj index dbe3d9d..f7c06db 100644 --- a/TestClient/TestClient.csproj +++ b/TestClient/TestClient.csproj @@ -1,6 +1,6 @@  - net6.0 + net6.0;net472 x86 Exe 9