Skip to content

Commit

Permalink
Try to pull in the correct assemblies for System.Web.HttpUtility.Pars…
Browse files Browse the repository at this point in the history
…eQueryString
  • Loading branch information
rassilon authored and Sreeshail1 committed Nov 2, 2023
1 parent 9be893d commit f27574e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions test/RestSharp.Tests/RestSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
<ItemGroup>
<ProjectReference Include="$(RepoRoot)\src\RestSharp\RestSharp.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net">
<HintPath>..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.dll</HintPath>
</Reference>
<Reference Include="System.Web">
<HintPath>..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Web.dll</HintPath>
</Reference>
<ItemGroup Condition="'$(TargetFramework)' == 'net471'">
<Reference Include="System.Net.Http" />
<Reference Include="System.Web" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Update="SampleData\4sq.json" CopyToOutputDirectory="PreserveNewest" />
Expand Down

0 comments on commit f27574e

Please sign in to comment.