Skip to content

Commit 0dba17f

Browse files
authored
Revert fixes for CVE's (#208)
1 parent 67c1993 commit 0dba17f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Directory.Build.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,4 @@
1313
</PropertyGroup>
1414
</When>
1515
</Choose>
16-
17-
<!--CVE -->
18-
<ItemGroup Condition=" '$(TargetFramework)' != 'net35' and '$(TargetFramework)' != 'net40' and '$(TargetFramework)' != 'portable-net40+win8+wpa81+wp8+sl5' and '$(TargetFramework)' != 'portable-net45+win8+wpa81+wp8' " >
19-
<PackageReference Include="System.Net.Http" Version="4.3.4" />
20-
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
21-
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
22-
</ItemGroup>
23-
2416
</Project>

0 commit comments

Comments
 (0)