Merge pull request #1718 from madewokherd/sgenthreadcleanup
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.Bootstrapper / IProductCollection.cs
index 12a541e89e47627816b9b123a33280b9fbfa60e2..f1344ff10f5fe1e86a2c11bdad63f6b2f01a80c3 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.Runtime.InteropServices;
@@ -48,4 +47,3 @@ namespace Microsoft.Build.Tasks.Deployment.Bootstrapper {
        }
 }
 
-#endif