We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c1993 commit 0dba17fCopy full SHA for 0dba17f
Directory.Build.props
@@ -13,12 +13,4 @@
13
</PropertyGroup>
14
</When>
15
</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
24
</Project>
0 commit comments