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.
1 parent 90787c3 commit 4621aa9Copy full SHA for 4621aa9
src/FSharpPlus.TypeLevel/FSharpPlus.TypeLevel.fsproj
@@ -5,7 +5,7 @@
5
<DefineConstants>$(DefineConstants);TYPELEVEL_DEBUG</DefineConstants>
6
<Configurations>Debug;Release;Fable</Configurations>
7
<Platforms>AnyCPU</Platforms>
8
- <LangVersion Condition=" '$(Configuration)' == 'Fable'">5.0</LangVersion>
+ <LangVersion>9.0</LangVersion>
9
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
10
</PropertyGroup>
11
0 commit comments