Skip to content

Commit 91046c0

Browse files
Update branding to 6.0.11 (#76620)
* Update branding to 6.0.11 * Reseting OOB package authoring changes. They were introduced in September in these 3 PRs: - Microsoft.Extensions.DependencyInjection: #74366 - Microsoft.Extensions.Hosting.WindowsServices: #74188 - Microsoft.NETCore.Platforms (RIDs): #74383 Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
1 parent cdf48ab commit 91046c0

File tree

4 files changed

+2
-5
lines changed

4 files changed

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

src/libraries/Microsoft.Extensions.DependencyInjection/src/Microsoft.Extensions.DependencyInjection.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<PackageDescription>Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.</PackageDescription>
1111
<!-- Use targeting pack references instead of granular ones in the project file. -->
1212
<DisableImplicitAssemblyReferences>false</DisableImplicitAssemblyReferences>
13-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1413
<ServicingVersion>1</ServicingVersion>
1514
</PropertyGroup>
1615

src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/Microsoft.Extensions.Hosting.WindowsServices.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks>
55
<EnableDefaultItems>true</EnableDefaultItems>
66
<PackageDescription>.NET hosting infrastructure for Windows Services.</PackageDescription>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
87
<ServicingVersion>1</ServicingVersion>
98
</PropertyGroup>
109

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>6</ServicingVersion>
23-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2423
</PropertyGroup>
2524

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

0 commit comments

Comments
 (0)