[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System / ApplicationId.cs
index 049caaeaf751acfb9f5f544af326f7a4c8c1d646..b8675911fc3b766d9d0c35cbb40c99a1f2338d49 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 using System.Text;
 
@@ -138,5 +136,3 @@ namespace System {
                }
        }
 }
-
-#endif