Some projects were overriding PreReleaseLabel instead of inheriting the
parent one in the top level dir.props. In addition, some projects had
the value set to 'rc4' instead of 'rc3'.
Clean this up so we always use the label in the root dir.props
Commit migrated from https://github.com/dotnet/coreclr/commit/
7e0579420a0c268e12c7004c116548eb26cc21aa
<!-- Packaging properties -->
<PropertyGroup>
- <PreReleaseLabel>rc4</PreReleaseLabel>
<PackageDescriptionFile>$(MSBuildThisFileDirectory)descriptions.json</PackageDescriptionFile>
<!-- NOTE: for various required properties, we use the values from the imported dir.props. -->
<!-- Packaging properties -->
<PropertyGroup>
- <PreReleaseLabel>rc4</PreReleaseLabel>
<PackageDescriptionFile>$(MSBuildThisFileDirectory)descriptions.json</PackageDescriptionFile>
<!-- NOTE: for various required properties, we use the values from the imported dir.props. -->
<!-- Packaging properties -->
<PropertyGroup>
- <PreReleaseLabel>rc4</PreReleaseLabel>
<PackageDescriptionFile>$(MSBuildThisFileDirectory)descriptions.json</PackageDescriptionFile>
<!-- NOTE: for various required properties, we use the values from the imported dir.props. -->