I am trying to use system.Net.Http in my web api to call another rest service.
but I am getting an error
Error CS0246 The type or namespace name 'HttpClient' could not be found (are you missing a using directive or an assembly reference?) DNX Core 5.0
is there system.Net.Http in core 5.0 or is there any other alternative?