[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Web.Abstractions / System.Web / HttpBrowserCapabilitiesWrapper.cs
index 9185dae33a49b7bd7978cff94415c14e01e20d7b..b5cc9638340779535179bfe67a7e99149eb79df0 100644 (file)
@@ -40,9 +40,7 @@ using System.Web.UI;
 
 namespace System.Web
 {
-#if NET_4_0
         [TypeForwardedFrom ("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
-#endif
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public class HttpBrowserCapabilitiesWrapper : HttpBrowserCapabilitiesBase