From 14aec4ab3f188ef61067fdafa3792f4192c0b32c Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 3 May 2022 10:27:55 -0700 Subject: [PATCH 1/2] Update branding to 6.0.6 --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 30e67559d8dde..d287e38f85491 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,11 +1,11 @@ - 6.0.5 + 6.0.6 6 0 - 5 + 6 6.0.300 servicing From 6d2a694275f6e782cd83448c0b724e3f47a84d93 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Date: Tue, 3 May 2022 15:24:42 -0700 Subject: [PATCH 2/2] Reset GeneratePackageOnBuild in OOB packages. --- src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj | 1 - .../src/System.Security.Cryptography.Pkcs.csproj | 1 - src/libraries/System.Text.Json/src/System.Text.Json.csproj | 1 - 3 files changed, 3 deletions(-) diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 9e3f41ee8236a..1d3ba746a5b84 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -9,7 +9,6 @@ Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader - true 3 diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj index 5dddf2ddb0cb1..abdc464da8efa 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj @@ -6,7 +6,6 @@ enable $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netcoreapp3.1-windows;netcoreapp3.1;netstandard2.1-windows;netstandard2.1;netstandard2.0-windows;netstandard2.0;net461-windows true - true 1 Provides support for PKCS and CMS algorithms. 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 3ee7607c9b11b..79ee76639d2fe 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,6 @@ enable true true - true 4 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.