Skip to content

Commit 0bd3111

Browse files
author
Mirroring
committed
Merge commit '65e96d06e1bcf56bf0e433f4c30662a282b75470'
2 parents 704f7cb + 65e96d0 commit 0bd3111

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>9</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>2</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>3</AspNetCorePatchVersion>
1212
<PreReleaseVersionIteration>
1313
</PreReleaseVersionIteration>
14-
<ValidateBaseline>true</ValidateBaseline>
14+
<ValidateBaseline>false</ValidateBaseline>
1515
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.1</IdentityModelVersion>
1616
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
1717
<!--
1818
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1919
-->
2020
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
2121
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
22-
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
23-
<PreReleaseBrandingLabel>RTM</PreReleaseBrandingLabel>
22+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
23+
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
2424
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
2525
<IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
2626
<AspNetCoreMajorMinorVersion>$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion>

0 commit comments

Comments
 (0)