Make parameter type HttpRequest

Code tidy
This commit is contained in:
flightlevel
2019-03-06 20:11:50 +11:00
parent e7d9360b51
commit 6ac9555cb5
3 changed files with 25 additions and 27 deletions

View File

@@ -15,6 +15,7 @@
<PackageReference Include="CommandLineParser" Version="2.4.3" />
<PackageReference Include="CsQuery.NETStandard" Version="1.3.6.1" />
<PackageReference Include="DotNet4.SocksProxy" Version="1.4.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="MimeMapping" Version="1.0.1.12" />