From 0012f2debf7acf05d64ce53ebe9ada86fb47a222 Mon Sep 17 00:00:00 2001 From: Meri Khamoyan <96171496+mkhamoyan@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:02:07 +0400 Subject: [PATCH] Update icu version and uncomment wasi icu libc (#81694) Fix #81560 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- src/mono/wasi/wasi.proj | 13 ++++++------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c14ab74..29200d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/icu - 69cdceb1bf95f516673ffc93e1a68b03e361eda2 + 7e37e61f086c51b840e5feeb2a456d4c3601b873 https://github.com/dotnet/msquic diff --git a/eng/Versions.props b/eng/Versions.props index d049708..872782d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -219,7 +219,7 @@ 0.11.4-alpha.23080.1 0.11.4-alpha.23080.1 - 8.0.0-preview.2.23080.3 + 8.0.0-preview.2.23103.1 2.1.1 7.0.0-alpha.1.22406.1 diff --git a/src/mono/wasi/wasi.proj b/src/mono/wasi/wasi.proj index a45ee39..387af89 100644 --- a/src/mono/wasi/wasi.proj +++ b/src/mono/wasi/wasi.proj @@ -6,9 +6,8 @@ - - - + $([MSBuild]::NormalizeDirectory('$(PkgMicrosoft_NETCore_Runtime_ICU_Transport)', 'runtimes', 'wasi-wasm', 'native', 'lib')) + $([MSBuild]::NormalizeDirectory('$(PkgMicrosoft_NETCore_Runtime_ICU_Transport)', 'runtimes', 'wasi-wasm-threads', 'native', 'lib')) false false $(ArtifactsObjDir)wasm @@ -149,10 +148,10 @@ DependsOnTargets="GenerateWasiPropsAndRspFiles;GenerateManagedToNative;BundleTimeZones"> - - - - + + $(ArtifactsObjDir)wasm/pinvoke-table.h -- 2.7.4