MangelMaxime / central-package-blackfox-command-line-fsharp-core-problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Running dotnet build MyProject reports an error:

/Users/mmangel/Workspaces/temp/central-package-blackfox-command-line-fsharp-core-problem/MyProject/Main.fs(19,13): error FS3349: Feature 'string interpolation' requires the F# library for language version 5.0 or greater. [/Users/mmangel/Workspaces/temp/central-package-blackfox-command-line-fsharp-core-problem/MyProject/tk.EasyBuild.fsproj]

If I change <PackageReference Update="FSharp.Core"/> to <PackageReference Include="FSharp.Core"> in ./Directory.Build.props, the error goes away.

But this is not the recommended way to reference FSharp.Core. Source.

About


Languages

Language:F# 100.0%