We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc4cfa + be1877c commit 3fc5e6dCopy full SHA for 3fc5e6d
setup/FSharp.Setup.props
@@ -11,7 +11,8 @@
11
</PropertyGroup>
12
13
<PropertyGroup>
14
- <FSharpProductVersion>10.1</FSharpProductVersion>
+ <!-- This number should be kept in sync with the expected shipping version of Visual Studio. -->
15
+ <FSharpProductVersion>15.7</FSharpProductVersion>
16
<!-- BUILD_BUILDNUMBER is passed from Microbuild. Replace by today's date and (0) if it was a local build -->
17
<BUILD_BUILDNUMBER Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString(yyyyMMdd.0))</BUILD_BUILDNUMBER>
18
<!-- Remove .DRAFT suffix if it exists in the build number -->
0 commit comments