Merge pull request #3631 from slide/bz44714
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / FormatVersion.cs
index 0136a00bf9a4b7355c37316bd85184555bb3dfe9..52faedee206f9ed75170b7b32e0f6101a40562c0 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 Microsoft.Build.Framework;
@@ -71,4 +70,3 @@ namespace Microsoft.Build.Tasks {
        }
 }
 
-#endif