File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
<AspNetCoreMajorVersion >5</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11
11
<AspNetCorePatchVersion >0</AspNetCorePatchVersion >
12
- <PreReleaseVersionIteration >2</PreReleaseVersionIteration >
13
12
<!--
14
13
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
15
14
-->
16
15
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
17
16
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
18
- <PreReleaseVersionLabel >rc </PreReleaseVersionLabel >
19
- <PreReleaseBrandingLabel >RC $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
17
+ <PreReleaseVersionLabel >rtm </PreReleaseVersionLabel >
18
+ <PreReleaseBrandingLabel >RTM $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
20
19
<IncludePreReleaseLabelInPackageVersion >true</IncludePreReleaseLabelInPackageVersion >
21
20
<IncludePreReleaseLabelInPackageVersion Condition =" '$(DotNetFinalVersionKind)' == 'release' " >false</IncludePreReleaseLabelInPackageVersion >
22
21
<AspNetCoreMajorMinorVersion >$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion >
You can’t perform that action at this time.
0 commit comments