File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 7
7
<ItemGroup >
8
8
<ProjectReference Include =" $(RepoRoot)\src\RestSharp\RestSharp.csproj" />
9
9
</ItemGroup >
10
- <ItemGroup >
11
- <Reference Include =" System.Net" >
12
- <HintPath >..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.dll</HintPath >
13
- </Reference >
14
- <Reference Include =" System.Web" >
15
- <HintPath >..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Web.dll</HintPath >
16
- </Reference >
10
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net471'" >
11
+ <Reference Include =" System.Net.Http" />
12
+ <Reference Include =" System.Web" />
13
+ <PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" All" />
17
14
</ItemGroup >
18
15
<ItemGroup >
19
16
<None Update =" SampleData\4sq.json" CopyToOutputDirectory =" PreserveNewest" />
You can’t perform that action at this time.
0 commit comments