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 77 <ItemGroup >
88 <ProjectReference Include =" $(RepoRoot)\src\RestSharp\RestSharp.csproj" />
99 </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" />
1714 </ItemGroup >
1815 <ItemGroup >
1916 <None Update =" SampleData\4sq.json" CopyToOutputDirectory =" PreserveNewest" />
You can’t perform that action at this time.
0 commit comments