[corlib] Restore UTF8 as the default encoding for XI and XM [#29928]
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.ManifestUtilities / TrustInfo.cs
index 766e4c43c0baf739f0d6443acc02919a73fd764a..652bc30505b83160940f5ff4897d015cd72c6d51 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.Security;
@@ -147,4 +146,3 @@ namespace Microsoft.Build.Tasks.Deployment.ManifestUtilities {
        }
 }
 
-#endif