[System] Fix a few type members on WatchOS
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / FindUnderPath.cs
index 19372ff2008a9e57659abeb7be678627247877d2..52221e05c7ceab394703da8a828c36d8aaee40cc 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
 
 using System;
 using System.Collections.Generic;
@@ -124,4 +123,3 @@ namespace Microsoft.Build.Tasks {
        }
 }
 
-#endif