From 215e9863a27fbaa5095cc267eea41cae9c907eb6 Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Sun, 12 Feb 2023 18:42:19 +1100 Subject: [PATCH] bug: client was unable to run djoin.exe perhaps a behaviour change between dotnet 4.5 and 4.5.2. It was looking for djoin.exe in the SysWow directory. --- Disco.Client/Disco.Client.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Disco.Client/Disco.Client.csproj b/Disco.Client/Disco.Client.csproj index e7b7bb80..434bf266 100644 --- a/Disco.Client/Disco.Client.csproj +++ b/Disco.Client/Disco.Client.csproj @@ -23,6 +23,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -32,6 +33,7 @@ TRACE prompt 4 + false Disco.Client.Program