I installed the System.Web nuget package in the .net framework project, but for some reason it is not able to recognized the HttpBrowserCapabilitiesBase class and it just showed red underlined under the HttpBrowserCapabilitiesBase.
public System.Web.HttpBrowserCapabilitiesBase HttpBrowserCapabilities { get; }
Did I miss anything?