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 67208264612790..884cd105a3c890 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 @@ -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 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.