From cead62704ef8cfa58195718e4be5783d6d87de33 Mon Sep 17 00:00:00 2001 From: Dan Baumberger Date: Tue, 30 May 2017 13:43:48 -0700 Subject: [PATCH] Fix for Issue #250: remove extra build flags for .NET 3.5 as to enable WinZipAes for .NET 3.5. --- src/SharpCompress/SharpCompress.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index 60c2e59a3..86619aa8f 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -28,8 +28,4 @@ $(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT - - $(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT - -