New test.
[mono.git] / mcs / class / Microsoft.Build.Utilities / Microsoft.Build.Utilities / ConcurrentLoggingHelper.cs
index 1961bb64923fc6885ad5cc2da01019c014ac4921..0bbe2b43c6bbb53a10435e264c1a6752571b780b 100644 (file)
@@ -25,6 +25,7 @@
 // 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.IO;
@@ -109,3 +110,5 @@ namespace Microsoft.Build.Utilities
                }
        }
 }
+
+#endif
\ No newline at end of file