Fixes build
authorMarek Safar <marek.safar@gmail.com>
Sat, 6 Jul 2013 10:13:18 +0000 (12:13 +0200)
committerMarek Safar <marek.safar@gmail.com>
Sat, 6 Jul 2013 10:13:18 +0000 (12:13 +0200)
mcs/class/System.Web/System.Web/HttpRuntime.cs

index ffbd614de0582d5472e4674826f182120ba40f9b..7af3596a4c59aee8bbe907566d2c94ec2c17fd8c 100644 (file)
@@ -331,8 +331,11 @@ namespace System.Web
                public static bool UsingIntegratedPipeline { get { return false; } }
 
 #if NET_4_5
-               public static IISVersion {
-                       get { return null; } // Null means not hosted by IIS
+               public static Version IISVersion {
+                       get {
+                               // Null means not hosted by IIS
+                               return null;
+                       }
                }
 #endif