File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
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
- <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >3 </PreReleaseVersionIteration >
24
+ <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >4 </PreReleaseVersionIteration >
25
25
<!-- In source-build the version of the compiler must be same or newer than the version of the
26
26
compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
27
27
in that build mode analyzer assemblies always target the live compiler API. -->
38
38
<VersionFeature50 >17</VersionFeature50 >
39
39
<VersionFeature60 >36</VersionFeature60 >
40
40
<VersionFeature70 >20</VersionFeature70 >
41
- <VersionFeature80 >13 </VersionFeature80 >
42
- <VersionFeature90 >2 </VersionFeature90 >
41
+ <VersionFeature80 >14 </VersionFeature80 >
42
+ <VersionFeature90 >3 </VersionFeature90 >
43
43
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
44
44
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
45
45
<_NET70ILLinkPackVersion >7.0.100-1.23211.1</_NET70ILLinkPackVersion >
You can’t perform that action at this time.
0 commit comments