Implicit usings for C#10 include System.Http
which does not exist for Framework 4.8
#15
Labels
System.Http
which does not exist for Framework 4.8
#15
So the documentation needs to mention that and offer (a) workaround(s). The obvious and probably simplest one would be to disable implicit usings. Other options include removing this specific one via the project file or specifying a custom list of global usings.
See dotnet/sdk#24146.
The text was updated successfully, but these errors were encountered: