From ce479dc228cf474071e5cfdf933c1db7600c3e13 Mon Sep 17 00:00:00 2001 From: kaby76 Date: Sun, 24 Jan 2021 10:46:39 -0500 Subject: [PATCH] Fix for https://github.com/antlr/antlr4/issues/3049 --- runtime/CSharp/Antlr4.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/CSharp/Antlr4.csproj b/runtime/CSharp/Antlr4.csproj index 431c87330..0a7b1e006 100644 --- a/runtime/CSharp/Antlr4.csproj +++ b/runtime/CSharp/Antlr4.csproj @@ -32,6 +32,7 @@ false false Antlr4.Runtime + true true