Skip to content

Commit 00c6ced

Browse files
Update branding to 6.0.16 (#83102)
* Update branding to 6.0.16 * Reset OOB packages from previous month. --------- Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
1 parent 19fde2f commit 00c6ced

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.15</ProductVersion>
4+
<ProductVersion>6.0.16</ProductVersion>
55
<!-- File version numbers -->
66
<MajorVersion>6</MajorVersion>
77
<MinorVersion>0</MinorVersion>
8-
<PatchVersion>15</PatchVersion>
8+
<PatchVersion>16</PatchVersion>
99
<SdkBandVersion>6.0.400</SdkBandVersion>
1010
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1111
<PreReleaseVersionIteration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>8</ServicingVersion>
23-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
23+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2424
</PropertyGroup>
2525

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

src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Commonly Used Types:
1212
System.Diagnostics.DiagnosticListener
1313
System.Diagnostics.DiagnosticSource</PackageDescription>
14-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1515
<ServicingVersion>1</ServicingVersion>
1616
</PropertyGroup>
1717
<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->

src/libraries/System.Net.Http.Json/src/System.Net.Http.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>$(NetCoreAppCurrent);net5.0;netstandard2.0;net461</TargetFrameworks>
44
<Nullable>enable</Nullable>
55
<IsPackable>true</IsPackable>
6-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<ServicingVersion>1</ServicingVersion>
88
<PackageDescription>Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json.
99

0 commit comments

Comments
 (0)