[corlib] Restore UTF8 as the default encoding for XI and XM [#29928]
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.ManifestUtilities / AssemblyIdentity.cs
index f59915c97f64510888c362030f3f3427ecea1a40..9ef07f471782eb58d86f2e0f411d1304a0fc3a86 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;
@@ -239,4 +238,3 @@ namespace Microsoft.Build.Tasks.Deployment.ManifestUtilities {
        }
 }
 
-#endif