From 1208ca1d9b18de80897cceb4a414b4175371108b Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Mon, 13 Dec 2021 14:10:13 -0600 Subject: [PATCH] Clear list of OOB packages built on 6.0 (#62610) * Clear list of OOB packages built on 6.0 * Bump System.Text.Json servicing version to 2 --- .../src/Microsoft.Extensions.HostFactoryResolver.Sources.csproj | 1 - .../src/Microsoft.NETCore.Platforms.csproj | 1 - .../System.IO.Pipelines/src/System.IO.Pipelines.csproj | 1 - src/libraries/System.Text.Json/src/System.Text.Json.csproj | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.HostFactoryResolver/src/Microsoft.Extensions.HostFactoryResolver.Sources.csproj b/src/libraries/Microsoft.Extensions.HostFactoryResolver/src/Microsoft.Extensions.HostFactoryResolver.Sources.csproj index 90718d135b406..9d328fb100d1a 100644 --- a/src/libraries/Microsoft.Extensions.HostFactoryResolver/src/Microsoft.Extensions.HostFactoryResolver.Sources.csproj +++ b/src/libraries/Microsoft.Extensions.HostFactoryResolver/src/Microsoft.Extensions.HostFactoryResolver.Sources.csproj @@ -9,7 +9,6 @@ true true - true 1 Internal package for sharing Microsoft.Extensions.Hosting.HostFactoryResolver type. diff --git a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj index 2106f0b732f10..81af4cc5df299 100644 --- a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj +++ b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj @@ -19,7 +19,6 @@ $(AdditionalRuntimeIdentifiers);$(OutputRID) - true 1 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 a58b8c1af08d0..1d743c99ad267 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 1 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 daff09c980254..3092e2e0b7f99 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -10,7 +10,7 @@ true true true - 1 + 2 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. Commonly Used Types: