From 6266cb34cd68635b4397db9bcba4faf85982d920 Mon Sep 17 00:00:00 2001 From: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:59:02 -0700 Subject: [PATCH 1/3] Update branding to 6.0.25 (#93690) --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index ab604ca86226a0..c60b22768c7a78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,11 +1,11 @@ - 6.0.24 + 6.0.25 6 0 - 24 + 25 6.0.400 servicing From f1bfdda0de2a78bc79a356d24bff876c742a5992 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:40:58 -0700 Subject: [PATCH 2/3] Update dependencies from https://github.com/dotnet/emsdk build 20231018.1 (#93701) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 , Microsoft.NET.Workload.Emscripten.Manifest-6.0.300 , Microsoft.NET.Workload.Emscripten.Manifest-6.0.400 From Version 6.0.23 -> To Version 6.0.25 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com> --- NuGet.config | 1 + eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index d5dbd101f043e1..67257f27c2e6bd 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,6 +9,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 502cb6aaaffe93..596fed32e38b3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,17 +8,17 @@ https://github.com/dotnet/msquic 7312355e44fd230b7aa26c7190f3870391751476 - + https://github.com/dotnet/emsdk - 0b73b536f6e0d0a6143387439c3308db4db9fdfe + d8bc162ccf7ce14fdbec9c2c50d6e856a7063c91 - + https://github.com/dotnet/emsdk - 0b73b536f6e0d0a6143387439c3308db4db9fdfe + d8bc162ccf7ce14fdbec9c2c50d6e856a7063c91 - + https://github.com/dotnet/emsdk - 0b73b536f6e0d0a6143387439c3308db4db9fdfe + d8bc162ccf7ce14fdbec9c2c50d6e856a7063c91 https://github.com/dotnet/wcf diff --git a/eng/Versions.props b/eng/Versions.props index 02ff58bc7fa213..884cd105a3c890 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -176,9 +176,9 @@ 11.1.0-alpha.1.21416.1 11.1.0-alpha.1.21416.1 - 6.0.23 - 6.0.23 - 6.0.23 + 6.0.25 + 6.0.25 + 6.0.25 $(MicrosoftNETWorkloadEmscriptenManifest60100Version) 1.1.87-gba258badda From 4a336b1c4756fe95274658c15bc9a4674625a8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?= <1175054+carlossanlop@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:07:16 -0600 Subject: [PATCH 3/3] [6.0] Disable STJ build for 6.0.25 (#93761) * [6.0] Disable STJ build for 6.0.25 * Turn on building MWC in this release, it was missed when we enabled STJ. * Revert MWC change Co-authored-by: Eric StJohn --------- Co-authored-by: Eric StJohn --- src/libraries/System.Text.Json/src/System.Text.Json.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 0b046e5c6c0cfc..f478aabb427fdd 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -9,7 +9,7 @@ enable true true - true + false 9 Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.