Skip to content

Commit 925842b

Browse files
authored
Merge pull request #251 from dbaumber/Issue-250
Fix for Issue #250: remove extra build flags for .NET 3.5
2 parents cce9754 + cead627 commit 925842b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SharpCompress/SharpCompress.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@
2828
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
2929
</PropertyGroup>
3030

31-
<PropertyGroup Condition="'$(TargetFramework)'=='net35'">
32-
<DefineConstants>$(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT</DefineConstants>
33-
</PropertyGroup>
34-
3531
</Project>

0 commit comments

Comments
 (0)