From 227101d59e210496f54ddbc6a07e5dacb1145ce4 Mon Sep 17 00:00:00 2001 From: tsubus Date: Tue, 10 Dec 2019 04:42:51 +0100 Subject: [PATCH] Fixed: Typo in LogentriesCore.csproj (#3936) Linux could not find ConfigurationManager due to case-sensitivity, failing to build --- src/LogentriesCore/LogentriesCore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LogentriesCore/LogentriesCore.csproj b/src/LogentriesCore/LogentriesCore.csproj index 4f6c66677..39fda4d2e 100644 --- a/src/LogentriesCore/LogentriesCore.csproj +++ b/src/LogentriesCore/LogentriesCore.csproj @@ -52,7 +52,7 @@ - + @@ -80,4 +80,4 @@ --> - \ No newline at end of file +