From 20b88d59ba494305adb94eaacddba36a633af868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:08:58 -0700 Subject: [PATCH] [release/6.0-preview4] Use same TimeZoneInfo implementation on iOS/tvOS as on browser (#51497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use same TimeZoneInfo implementation on iOS/tvOS/MacCatalyst as on browser * Update src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems Co-authored-by: Alexander Köplinger Co-authored-by: Filip Navara Co-authored-by: Filip Navara Co-authored-by: Alexander Köplinger --- .../src/System.Private.CoreLib.Shared.projitems | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems index 0246e7a0e3e4d..deb8c3fe56151 100644 --- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems +++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems @@ -16,6 +16,7 @@ true $(MSBuildThisFileDirectory)ILLink\ true + true $(DefineConstants);TARGET_32BIT @@ -1051,7 +1052,7 @@ - + @@ -1106,10 +1107,10 @@ Common\Interop\Interop.ResultCode.cs - + Common\Interop\Interop.TimeZoneDisplayNameType.cs - + Common\Interop\Interop.TimeZoneInfo.cs @@ -1903,7 +1904,7 @@ - + @@ -1912,6 +1913,8 @@ + +