I need use httpclient
I install nuget package - Microsoft.Net.Http
after I see in reference - Microsoft.Net.Http
but when I try add using:
using Microsoft.Net.Http;
visual studio say, that have only Microsoft.Win32
I try restart vs and rebuild and nothing.