Skip to content

Commit

Permalink
Merge pull request #251 from dbaumber/Issue-250
Browse files Browse the repository at this point in the history
Fix for Issue #250: remove extra build flags for .NET 3.5
  • Loading branch information
adamhathcock authored May 31, 2017
2 parents cce9754 + cead627 commit 925842b
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 925842b

Please sign in to comment.