File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4949 </PropertyGroup >
5050
5151 <ItemGroup >
52-
5352 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)\stylecop.json" />
5453
5554 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.321" >
5655 <PrivateAssets >All</PrivateAssets >
5756 </PackageReference >
5857
59- <!-- To address CVE-2017-0249 that System.Net.Http has a vulnerability. This will only affect the tests and benchmarks as the
60- framework library doesn't require System.Net.Http. This is brought in by the .NET Core app framework -->
61- <PackageReference Include =" System.Net.Http" Version =" 4.3.4" Condition =" !$(IsShipped)" />
62-
6358 </ItemGroup >
6459
6560 <ItemGroup >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9+ <!-- To address CVE-2017-0249 that System.Net.Http has a vulnerability. This will only affect the tests and benchmarks as the
10+ framework library doesn't require System.Net.Http. This is brought in by the .NET Core app framework -->
11+ <PackageReference Include =" System.Net.Http" Version =" 4.3.4" Condition =" !$(IsShipped)" />
12+
913 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
1014 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3" />
1115 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
You can’t perform that action at this time.
0 commit comments