Skip to content

Commit 9c8064d

Browse files
Update branding to 6.0.12 (#77750)
* Update branding to 6.0.12 * Turning off OOB package authoring changes from last month: - M.Extensions.Logging.Abstractions: 65c8f84 - M.NETCore.Platforms (RIDs): bab053b - M.Windows.Compatibility: c92417c - S.Text.Json: 65c8f84 * Deliberately build M.Windows.Compatibility. Bump servicing version. Co-authored-by: Carlos Sanchez <[email protected]>
1 parent a53eb8c commit 9c8064d

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
33
<!-- The .NET product branding version -->
4-
<ProductVersion>6.0.11</ProductVersion>
4+
<ProductVersion>6.0.12</ProductVersion>
55
<!-- File version numbers -->
66
<MajorVersion>6</MajorVersion>
77
<MinorVersion>0</MinorVersion>
8-
<PatchVersion>11</PatchVersion>
8+
<PatchVersion>12</PatchVersion>
99
<SdkBandVersion>6.0.400</SdkBandVersion>
1010
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1111
<PreReleaseVersionIteration>

src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Microsoft.Extensions.Logging.LogLevel
1717
Microsoft.Extensions.Logging.Logger&lt;T&gt;
1818
Microsoft.Extensions.Logging.LoggerMessage
1919
Microsoft.Extensions.Logging.Abstractions.NullLogger</PackageDescription>
20-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2120
<ServicingVersion>3</ServicingVersion>
2221
</PropertyGroup>
2322

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
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>
2222
<ServicingVersion>7</ServicingVersion>
23-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2423
</PropertyGroup>
2524

2625
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NoTargetsDoNotReferenceOutputAssemblies>false</NoTargetsDoNotReferenceOutputAssemblies>
77
<IsPackable>true</IsPackable>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<ServicingVersion>1</ServicingVersion>
9+
<ServicingVersion>2</ServicingVersion>
1010
<!-- This is a meta package and doesn't contain any libs. -->
1111
<NoWarn>$(NoWarn);NU5128</NoWarn>
1212
<PackageDescription>This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.</PackageDescription>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<Nullable>enable</Nullable>
1010
<IncludeInternalObsoleteAttribute>true</IncludeInternalObsoleteAttribute>
1111
<IsPackable>true</IsPackable>
12-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1312
<ServicingVersion>7</ServicingVersion>
1413
<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.
1514

0 commit comments

Comments
 (0)