From 95ab6fe36e70b3e576e003977364acee50b69968 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:49:16 -0700 Subject: [PATCH] [release/8.0] Update dependencies from dotnet/emsdk (#102505) * Update dependencies from https://github.com/dotnet/emsdk build 20240521.1 Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.7-servicing.24270.2 -> To Version 8.0.7-servicing.24271.1 * Block v8, same as on net8-staging and net9 branches. * Update dependencies from https://github.com/dotnet/emsdk build 20240527.3 Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.7-servicing.24270.2 -> To Version 8.0.7-servicing.24277.3 --------- Co-authored-by: dotnet-maestro[bot] Co-authored-by: Ilona Tomkowicz --- NuGet.config | 2 +- eng/Version.Details.xml | 6 +++--- ...em.Globalization.Calendars.Hybrid.WASM.Tests.csproj | 10 +++++++++- .../System.Globalization.Hybrid.WASM.Tests.csproj | 8 ++++++++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index d74a62c8f125c..1bea60ba70c24 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,7 +9,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aba57a8648344..99589f6331a8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -92,11 +92,11 @@ https://github.com/dotnet/emsdk - a3c7d8205559d673de8b7cdafd6d80d5f4d2cfed + f0463b32eee396d2d1caac58b271d683c7da2333 - + https://github.com/dotnet/emsdk - a3c7d8205559d673de8b7cdafd6d80d5f4d2cfed + f0463b32eee396d2d1caac58b271d683c7da2333 diff --git a/src/libraries/System.Globalization.Calendars/tests/Hybrid/System.Globalization.Calendars.Hybrid.WASM.Tests.csproj b/src/libraries/System.Globalization.Calendars/tests/Hybrid/System.Globalization.Calendars.Hybrid.WASM.Tests.csproj index 5b89836376408..79d84271152dc 100644 --- a/src/libraries/System.Globalization.Calendars/tests/Hybrid/System.Globalization.Calendars.Hybrid.WASM.Tests.csproj +++ b/src/libraries/System.Globalization.Calendars/tests/Hybrid/System.Globalization.Calendars.Hybrid.WASM.Tests.csproj @@ -5,6 +5,14 @@ true true + + + WasmTestOnBrowser + $(TestArchiveRoot)browserornodejs/ + $(TestArchiveTestsRoot)$(OSPlatformConfig)/ + $(DefineConstants);TARGET_BROWSER + true + @@ -106,4 +114,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Globalization/tests/Hybrid/System.Globalization.Hybrid.WASM.Tests.csproj b/src/libraries/System.Globalization/tests/Hybrid/System.Globalization.Hybrid.WASM.Tests.csproj index a39604c1cfacc..f4e811abb490b 100644 --- a/src/libraries/System.Globalization/tests/Hybrid/System.Globalization.Hybrid.WASM.Tests.csproj +++ b/src/libraries/System.Globalization/tests/Hybrid/System.Globalization.Hybrid.WASM.Tests.csproj @@ -6,6 +6,14 @@ true true + + + WasmTestOnBrowser + $(TestArchiveRoot)browserornodejs/ + $(TestArchiveTestsRoot)$(OSPlatformConfig)/ + $(DefineConstants);TARGET_BROWSER + true +