File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments