Is there any way to use a WebClient in a .NET Core application?
If I build the application I get the following error:
Severity    Code    Description Project File    Line
Error   CS0246  The type or namespace name 'WebClient' could not be found (are you missing a using directive or an assembly reference?)
I think WebClient is not a part of .NET Core, but is there any alternative?
 
     
    