❔ System.Net.HTTP missing
Hey there, I'm writing something that needs HTTP requests, but when I try to use it, it says System.Net doesn't have the namespace:
Is there a certain platform or version I need to target to get it to work? My CSProj begins like
The type or namespace name 'Http' does not exist in the namespace 'System.Net' (are you missing an assembly reference?) [CSharpDll]csharp(CS0234)Is there a certain platform or version I need to target to get it to work? My CSProj begins like
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">, and I need to keep it like that. Do I have to find a workaround?