Merge pull request #2005 from BrzVlad/feature-concurrent-work
[mono.git] / mcs / tools / msbuild / LoggerInfo.cs
index 9e2b05a2f67abe282e29bf0591753a101c2cb9fe..fdacb2d045987c3bc76a397b152de221bbf28224 100644 (file)
@@ -26,7 +26,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.Globalization;
@@ -168,4 +167,3 @@ namespace Mono.XBuild.CommandLine
                }
        }
 }
-#endif