Skip to content

Commit

Permalink
Fix for Issue #250: remove extra build flags for .NET 3.5 as to
Browse files Browse the repository at this point in the history
enable WinZipAes for .NET 3.5.
  • Loading branch information
Dan Baumberger committed May 30, 2017
1 parent cce9754 commit cead627
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SharpCompress/SharpCompress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net35'">
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
</PropertyGroup>

</Project>

0 comments on commit cead627

Please sign in to comment.