diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index 039b0d9a39b3c..0b8bad5cb3aad 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -155,7 +155,7 @@ AssemblyFile="$(CreateCreateWasmBundlesAssemblyPath)" /> - 2020a + 2020d (CultureInfo.CurrentUICulture.Name == "en" || CultureInfo.CurrentUICulture.Name.StartsWith("en-", StringComparison.Ordinal)) && RemoteExecutor.IsSupported; private static void VerifyConvertException(DateTimeOffset inputTime, string destinationTimeZoneId) where TException : Exception diff --git a/src/mono/wasm/wasm.targets b/src/mono/wasm/wasm.targets index 92b1f37809e6a..13b9e9f23c329 100644 --- a/src/mono/wasm/wasm.targets +++ b/src/mono/wasm/wasm.targets @@ -40,7 +40,7 @@ + Version="2020d" /> diff --git a/tools-local/tasks/mobile.tasks/CreateWasmBundle/DownloadTimeZoneData.cs b/tools-local/tasks/mobile.tasks/CreateWasmBundle/DownloadTimeZoneData.cs index 0d3501dfbb2a2..36d8430154672 100644 --- a/tools-local/tasks/mobile.tasks/CreateWasmBundle/DownloadTimeZoneData.cs +++ b/tools-local/tasks/mobile.tasks/CreateWasmBundle/DownloadTimeZoneData.cs @@ -25,7 +25,7 @@ public class DownloadTimeZoneData : Task private void DownloadTimeZoneDataSource() { - List files = new List() {"africa", "antarctica", "asia", "australasia", "etcetera", "europe", "northamerica", "southamerica", "zone1970.tab"}; + List files = new List() {"africa", "antarctica", "asia", "australasia", "etcetera", "europe", "northamerica", "southamerica", "zone1970.tab", "backward"}; using (var client = new WebClient()) { Console.WriteLine("Downloading TimeZone data files");