File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
19
19
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
20
20
<!-- Calculate prerelease label -->
21
- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >alpha </PreReleaseVersionLabel >
21
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
22
22
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
23
23
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
24
24
<PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >1</PreReleaseVersionIteration >
37
37
<VersionFeature50 >17</VersionFeature50 >
38
38
<VersionFeature60 >36</VersionFeature60 >
39
39
<VersionFeature70 >20</VersionFeature70 >
40
- <VersionFeature80 >11 </VersionFeature80 >
41
- <VersionFeature90 >0 </VersionFeature90 >
40
+ <VersionFeature80 >12 </VersionFeature80 >
41
+ <VersionFeature90 >1 </VersionFeature90 >
42
42
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
43
43
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
44
44
<_NET70ILLinkPackVersion >7.0.100-1.23211.1</_NET70ILLinkPackVersion >
You can’t perform that action at this time.
0 commit comments