Skip to content

Commit

Permalink
Use langversion = 6
Browse files Browse the repository at this point in the history
In order to avoid dotnet/fsharp#14313
  • Loading branch information
gusty authored and wallymathieu committed Dec 3, 2022
1 parent cfeb0f9 commit b9d4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpPlus/FSharpPlus.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Configurations>Debug;Release;Fable;Fable3</Configurations>
<Platforms>AnyCPU</Platforms>
<LangVersion Condition=" '$(Configuration)' == 'Fable' OR '$(Configuration)' == 'Fable3' ">6.0</LangVersion>
<LangVersion>6.0</LangVersion>
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
<DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
Expand Down

0 comments on commit b9d4d8c

Please sign in to comment.