Skip to content

Commit d97de63

Browse files
authored
hard code 6.0.36 as it's going out of support after that
1 parent 62e145f commit d97de63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<VersionFeature21>30</VersionFeature21>
3535
<VersionFeature31>32</VersionFeature31>
3636
<VersionFeature50>17</VersionFeature50>
37-
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 36))</VersionFeature60>
37+
<VersionFeature60>36</VersionFeature60>
3838
<VersionFeature70>20</VersionFeature70>
3939
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature80>
4040
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks

0 commit comments

Comments
 (0)