Missing 7.0.20 implicit version (#20034)
This commit is contained in:
commit
8bd9d1c3cf
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
<VersionFeature21>30</VersionFeature21>
|
<VersionFeature21>30</VersionFeature21>
|
||||||
<VersionFeature31>32</VersionFeature31>
|
<VersionFeature31>32</VersionFeature31>
|
||||||
<VersionFeature50>17</VersionFeature50>
|
<VersionFeature50>17</VersionFeature50>
|
||||||
<VersionFeature60>32</VersionFeature60>
|
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 33))</VersionFeature60>
|
||||||
<VersionFeature70>19</VersionFeature70>
|
<VersionFeature70>20</VersionFeature70>
|
||||||
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
|
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
|
||||||
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
|
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
|
||||||
<_NET70ILLinkPackVersion>7.0.100-1.23401.1</_NET70ILLinkPackVersion>
|
<_NET70ILLinkPackVersion>7.0.100-1.23401.1</_NET70ILLinkPackVersion>
|
||||||
|
|
Loading…
Reference in a new issue