Skip to content

Commit

Permalink
fix the 6.0 version too
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Jul 25, 2024
1 parent adf68bb commit f582a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>32</VersionFeature31>
<VersionFeature50>17</VersionFeature50>
<VersionFeature60>32</VersionFeature60>
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 33))</VersionFeature60>
<VersionFeature70>20</VersionFeature70>
<!-- 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. -->
Expand Down

0 comments on commit f582a39

Please sign in to comment.