Merge pull request #3631 from slide/bz44714
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / FindAppConfigFile.cs
index 99c7602942c334183b258d90292ef5e900de891e..09999fff9a8a21bdba31ca040c57e7dad2a9e7e0 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.IO;
@@ -109,4 +108,3 @@ namespace Microsoft.Build.Tasks {
        }
 }
 
-#endif