Merge pull request #1718 from madewokherd/sgenthreadcleanup
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.Bootstrapper / IProductBuilderCollection.cs
index 3678da2edbf7e2dae00af3d500cdf0fb43650382..5ee23efb2c79a498d984edafa96d1638e4f7a9ea 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;
@@ -42,4 +41,3 @@ namespace Microsoft.Build.Tasks.Deployment.Bootstrapper {
        }
 }
 
-#endif