diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs b/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs index 18086ae6b..ef74bee20 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs @@ -190,7 +190,6 @@ namespace Antlr4.Build.Tasks RedirectStandardInput = true, RedirectStandardOutput = true, RedirectStandardError = true, - WorkingDirectory = OutputPath }; Process process = new Process();