Skip to content

Commit aa6668e

Browse files
authored
Increment branding to allow for post-GA hotfixes
1 parent 1c52603 commit aa6668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<VersionMajor>9</VersionMajor>
77
<VersionMinor>0</VersionMinor>
88
<VersionSDKMinor>1</VersionSDKMinor>
9-
<VersionFeature>01</VersionFeature>
9+
<VersionFeature>02</VersionFeature>
1010
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
1111
It should always be the hundreds-value of the current SDK version, never any
1212
preview version components or anything else. E.g. 8.0.100, 9.0.300, etc. -->
@@ -35,7 +35,7 @@
3535
<VersionFeature50>17</VersionFeature50>
3636
<VersionFeature60>36</VersionFeature60>
3737
<VersionFeature70>20</VersionFeature70>
38-
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature80>
38+
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 10))</VersionFeature80>
3939
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4040
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4141
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>

0 commit comments

Comments
 (0)