Skip to content

Commit 4621aa9

Browse files
committed
Explicitly reference FSharp lang 9 in TypeLevel project
1 parent 90787c3 commit 4621aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpPlus.TypeLevel/FSharpPlus.TypeLevel.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DefineConstants>$(DefineConstants);TYPELEVEL_DEBUG</DefineConstants>
66
<Configurations>Debug;Release;Fable</Configurations>
77
<Platforms>AnyCPU</Platforms>
8-
<LangVersion Condition=" '$(Configuration)' == 'Fable'">5.0</LangVersion>
8+
<LangVersion>9.0</LangVersion>
99
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)