Skip to content

Commit fb5e894

Browse files
authored
Update VSMinorVersion to 6 in Versions.props (#19651)
* Update VSMinorVersion to 6 in Versions.props * Update FSBuildVersion
1 parent e20886d commit fb5e894

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- F# Version components -->
2020
<FSMajorVersion>11</FSMajorVersion>
2121
<FSMinorVersion>0</FSMinorVersion>
22-
<FSBuildVersion>100</FSBuildVersion>
22+
<FSBuildVersion>101</FSBuildVersion>
2323
<FSRevisionVersion>0</FSRevisionVersion>
2424
<!-- -->
2525
<!-- F# Language version -->
@@ -63,7 +63,7 @@
6363
<PropertyGroup>
6464
<!-- These have to be in sync with latest release branch -->
6565
<VSMajorVersion>18</VSMajorVersion>
66-
<VSMinorVersion>4</VSMinorVersion>
66+
<VSMinorVersion>6</VSMinorVersion>
6767
<VSGeneralVersion>$(VSMajorVersion).0</VSGeneralVersion>
6868
<VSAssemblyVersionPrefix>$(VSMajorVersion).$(VSMinorVersion).0</VSAssemblyVersionPrefix>
6969
<VSAssemblyVersion>$(VSAssemblyVersionPrefix).0</VSAssemblyVersion>

0 commit comments

Comments
 (0)