Skip to content

Commit

Permalink
Revert fixes for CVE's (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH authored Nov 19, 2024
1 parent 67c1993 commit 0dba17f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,4 @@
</PropertyGroup>
</When>
</Choose>

<!--CVE -->
<ItemGroup Condition=" '$(TargetFramework)' != 'net35' and '$(TargetFramework)' != 'net40' and '$(TargetFramework)' != 'portable-net40+win8+wpa81+wp8+sl5' and '$(TargetFramework)' != 'portable-net45+win8+wpa81+wp8' " >
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

</Project>

0 comments on commit 0dba17f

Please sign in to comment.