Skip to content

Commit 4a336b1

Browse files
[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 <[email protected]> --------- Co-authored-by: Eric StJohn <[email protected]>
1 parent f1bfdda commit 4a336b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Nullable>enable</Nullable>
1010
<IncludeInternalObsoleteAttribute>true</IncludeInternalObsoleteAttribute>
1111
<IsPackable>true</IsPackable>
12-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
12+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1313
<ServicingVersion>9</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

0 commit comments

Comments
 (0)