Merge pull request #799 from kebby/master
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / ExpressionEvaluationException.cs
index e08c148d9c615d4976c21bb6f991d6c34474c744..4a613a81e01a69abed328c75c63cf8a84ff9ebd4 100644 (file)
@@ -25,8 +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.Runtime.Serialization;
 
@@ -57,5 +55,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif