From 57ebc935ef03dc3932bcfd61e72688b70560c2fb Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sun, 18 Apr 2021 14:35:18 +0200 Subject: [PATCH 1/2] Use same TimeZoneInfo implementation on iOS/tvOS/MacCatalyst as on browser --- .../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 0246e7a0e3e4d2..60acb20303b55b 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 @@ + + From 502d55bc9b7b56a47263f4d3b635193be41a0b94 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Mon, 19 Apr 2021 15:43:51 +0200 Subject: [PATCH 2/2] Update src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Köplinger --- .../src/System.Private.CoreLib.Shared.projitems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 60acb20303b55b..deb8c3fe56151d 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,7 +16,7 @@ true $(MSBuildThisFileDirectory)ILLink\ true - true + true $(DefineConstants);TARGET_32BIT