File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
<MajorVersion >8</MajorVersion >
4
4
<MinorVersion >9</MinorVersion >
5
5
<PatchVersion >0</PatchVersion >
6
- <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
6
+ <PreReleaseVersionLabel >rtm </PreReleaseVersionLabel >
7
7
<PreReleaseVersionIteration >
8
8
</PreReleaseVersionIteration >
9
9
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
10
10
<ValidateBaseline >true</ValidateBaseline >
11
11
<AssemblyVersion >$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion >
12
12
<!--
13
13
When DotNetFinalVersionKind is set to 'release', this branch will produce stable outputs for 'Shipping' packages
14
+
15
+ In 8.0, we shipped this package as stable even when it was in the dev stage, so we
16
+ keep it as stable for compatiblity.
14
17
-->
15
- <DotNetFinalVersionKind / >
18
+ <DotNetFinalVersionKind Condition = " '$(DotNetFinalVersionKind)' == '' And ('$(Stage)' != 'dev' Or '$(MSBuildProjectName)' == 'Microsoft.AspNetCore.Testing') " >release</ DotNetFinalVersionKind >
16
19
<!-- Enabling this rule will cause build failures on undocumented public APIs. -->
17
20
<SkipArcadeNoWarnCS1591 >true</SkipArcadeNoWarnCS1591 >
18
21
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments