Skip to content

Commit 116a09f

Browse files
Update branding to 6.0.3 (#64644)
* Update branding to 6.0.3 * Clear list of OOB packages built on the branch and always build ref pack Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
1 parent bbfc15c commit 116a09f

10 files changed

Lines changed: 2 additions & 29 deletions

File tree

eng/Versions.props

Lines changed: 2 additions & 20 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.2</ProductVersion>
4+
<ProductVersion>6.0.3</ProductVersion>
55
<!-- File version numbers -->
66
<MajorVersion>6</MajorVersion>
77
<MinorVersion>0</MinorVersion>
8-
<PatchVersion>2</PatchVersion>
8+
<PatchVersion>3</PatchVersion>
99
<SdkBandVersion>6.0.100</SdkBandVersion>
1010
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1111
<PreReleaseVersionIteration>
@@ -23,24 +23,6 @@
2323
<UsingToolXliff>false</UsingToolXliff>
2424
<LastReleasedStableAssemblyVersion>$(AssemblyVersion)</LastReleasedStableAssemblyVersion>
2525
</PropertyGroup>
26-
<!--
27-
Servicing build settings for Setup/Installer packages. Instructions:
28-
29-
* To enable a package build for the current patch release, set PatchVersion to match the current
30-
patch version of that package. ("major.minor.patch".) This is normally the same as
31-
PatchVersion above, but not always. Notably, NETStandard has its own patch version.
32-
* When the PatchVersion property above is incremented at the beginning of the next servicing
33-
release, all packages listed below automatically stop building because the property no longer
34-
matches the metadata. (Do not delete the items!)
35-
36-
If the PatchVersion below is never changed from '0', the package will build in the 'main'
37-
branch, and during a forked RTM release ("X.Y.0"). It will stop building for "X.Y.1" unless
38-
manually enabled by updating the metadata.
39-
-->
40-
<ItemGroup>
41-
<!-- Targeting packs are only patched when we need to patch reference assemblies, intellisense, or source generators. -->
42-
<ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="2" />
43-
</ItemGroup>
4426
<PropertyGroup>
4527
<!-- For source generator support we need to target multiple versions of Rolsyn in order to be able to run on older versions of Roslyn -->
4628
<MicrosoftCodeAnalysisCSharpWorkspacesVersion_3_11>3.11.0</MicrosoftCodeAnalysisCSharpWorkspacesVersion_3_11>

src/libraries/Microsoft.Extensions.Caching.Memory/src/Microsoft.Extensions.Caching.Memory.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
55
<EnableDefaultItems>true</EnableDefaultItems>
66
<PackageDescription>In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.</PackageDescription>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
87
<ServicingVersion>1</ServicingVersion>
98
</PropertyGroup>
109

src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/Microsoft.Extensions.Configuration.EnvironmentVariables.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
55
<EnableDefaultItems>true</EnableDefaultItems>
66
<PackageDescription>Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
87
<ServicingVersion>1</ServicingVersion>
98
</PropertyGroup>
109

src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/Microsoft.Extensions.Configuration.UserSecrets.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
55
<EnableDefaultItems>true</EnableDefaultItems>
66
<PackageDescription>User secrets configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
87
<ServicingVersion>1</ServicingVersion>
98
</PropertyGroup>
109

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<PackageDescription>Hosting and startup infrastructures for applications.</PackageDescription>
77
<!-- Use targeting pack references instead of granular ones in the project file. -->
88
<DisableImplicitAssemblyReferences>false</DisableImplicitAssemblyReferences>
9-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
109
<!-- ServicingVersion moved to ..\Directory.Build.props in order to share with test project. -->
1110
</PropertyGroup>
1211

src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<IsPackable>true</IsPackable>
77
<AddNETFrameworkPlaceholderFileToPackage>true</AddNETFrameworkPlaceholderFileToPackage>
88
<AddNETFrameworkAssemblyReferenceToPackage>true</AddNETFrameworkAssemblyReferenceToPackage>
9-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
109
<ServicingVersion>1</ServicingVersion>
1110
<PackageDescription>Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.</PackageDescription>
1211
</PropertyGroup>

src/libraries/System.IO.Hashing/src/System.IO.Hashing.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Nullable>enable</Nullable>
55
<TargetFrameworks>$(NetCoreAppCurrent);netstandard2.0;net461</TargetFrameworks>
66
<IsPackable>true</IsPackable>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
87
<ServicingVersion>1</ServicingVersion>
98
<PackageDescription>Provides non-cryptographic hash algorithms, such as CRC-32.
109

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>2</ServicingVersion>
1413
</PropertyGroup>
1514
<ItemGroup>

src/libraries/System.Runtime.Experimental/ref/System.Runtime.Experimental.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<DefineConstants>$(DefineConstants);FEATURE_GENERIC_MATH</DefineConstants>
1919
<IsPackable>true</IsPackable>
2020
<ServicingVersion>1</ServicingVersion>
21-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2221
<PackageDescription>Exposes new experimental APIs from System.Runtime</PackageDescription>
2322
<PackageId>$(MSBuildProjectName)</PackageId>
2423
<!-- TODO: Remove when the package shipped with NET6. -->

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>2</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)