File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<MajorMinorVersion >$(VersionMajor).$(VersionMinor)</MajorMinorVersion >
16
16
<CliProductBandVersion >$(MajorMinorVersion).$(VersionSDKMinor)</CliProductBandVersion >
17
17
<!-- Enable to remove prerelease label. -->
18
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
18
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
19
19
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
20
20
<!-- Calculate prerelease label -->
21
21
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview</PreReleaseVersionLabel >
34
34
<VersionFeature50 >17</VersionFeature50 >
35
35
<VersionFeature60 >36</VersionFeature60 >
36
36
<VersionFeature70 >20</VersionFeature70 >
37
- <VersionFeature80 >11 </VersionFeature80 >
37
+ <VersionFeature80 >$([MSBuild]::Add($(VersionFeature), 13)) </VersionFeature80 >
38
38
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
39
39
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
40
40
<_NET70ILLinkPackVersion >7.0.100-1.23211.1</_NET70ILLinkPackVersion >
You can’t perform that action at this time.
0 commit comments