Merge pull request #3631 from slide/bz44714
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / FormatVersion.cs
index bcc4d623a23d8c85be6120ca817c4b6a6d0696fa..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;
@@ -52,6 +51,7 @@ namespace Microsoft.Build.Tasks {
                        set { formatType = value; }
                }
                
+               [Output]
                public string OutputVersion {
                        get { return outputVersion; }
                        set { outputVersion = value; }
@@ -70,4 +70,3 @@ namespace Microsoft.Build.Tasks {
        }
 }
 
-#endif