[System] Fixes UdpClient.Receive with IPv6 endpoint
[mono.git] / mcs / class / System / System / UriComponents.cs
index b20e6dcab2ed8a35fc93c08d9f34689ff0e84a62..bc5fe6b8caca5acb769e21082f4b3f08d9a3a334 100644 (file)
@@ -39,9 +39,7 @@ namespace System {
                Query = 32,
                Fragment = 64,
                StrongPort = 128,
-#if NET_4_5
                NormalizedHost = 256,
-#endif                 
                KeepDelimiter = 0x40000000,
 
                HostAndPort = Host | StrongPort,