Skip to content

Commit

Permalink
Explicitly reference FSharp lang 9 in TypeLevel project
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Feb 2, 2025
1 parent 90787c3 commit 4621aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpPlus.TypeLevel/FSharpPlus.TypeLevel.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DefineConstants>$(DefineConstants);TYPELEVEL_DEBUG</DefineConstants>
<Configurations>Debug;Release;Fable</Configurations>
<Platforms>AnyCPU</Platforms>
<LangVersion Condition=" '$(Configuration)' == 'Fable'">5.0</LangVersion>
<LangVersion>9.0</LangVersion>
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 4621aa9

Please sign in to comment.