System.Net.Http.WinHttpHandler Nuget description says that it is Windows specific. But I was able to install it on an ASP.NET core project nevertheless.
Shouldn't it be prevented by Visual Studio to add such Windows specific dependencies to an ASP.NET Core project?