Skip to content

Commit 1208ca1

Browse files
authored
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
1 parent cfb9e77 commit 1208ca1

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/libraries/Microsoft.Extensions.HostFactoryResolver/src/Microsoft.Extensions.HostFactoryResolver.Sources.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<IsSourcePackage>true</IsSourcePackage>
1010
<!-- This is non-shipping package. -->
1111
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
12-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1312
<ServicingVersion>1</ServicingVersion>
1413
<PackageDescription>Internal package for sharing Microsoft.Extensions.Hosting.HostFactoryResolver type.</PackageDescription>
1514
</PropertyGroup>

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2121
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
22-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2322
<ServicingVersion>1</ServicingVersion>
2423
</PropertyGroup>
2524

src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Commonly Used Types:
99
System.IO.Pipelines.Pipe
1010
System.IO.Pipelines.PipeWriter
1111
System.IO.Pipelines.PipeReader</PackageDescription>
12-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1312
<ServicingVersion>1</ServicingVersion>
1413
</PropertyGroup>
1514
<ItemGroup>

src/libraries/System.Text.Json/src/System.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IncludeInternalObsoleteAttribute>true</IncludeInternalObsoleteAttribute>
1111
<IsPackable>true</IsPackable>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<ServicingVersion>1</ServicingVersion>
13+
<ServicingVersion>2</ServicingVersion>
1414
<PackageDescription>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.
1515

1616
Commonly Used Types:

0 commit comments

Comments
 (0)