Merge pull request #2351 from ludovic-henry/fix-socket-36941
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / RemoveDuplicates.cs
index 364641335249ac3ce46cc67630fbc45a528518e1..60540c3068a75c3eb711434314fcdade56d101f1 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;
@@ -75,4 +74,3 @@ namespace Microsoft.Build.Tasks {
        }
 }
 
-#endif