We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b0259 commit 2e05751Copy full SHA for 2e05751
src/FSharpPlus/FSharpPlus.fsproj
@@ -21,7 +21,7 @@
21
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
22
<Configurations>Debug;Release;Fable;Fable3</Configurations>
23
<Platforms>AnyCPU</Platforms>
24
- <LangVersion Condition=" '$(Configuration)' == 'Fable' OR '$(Configuration)' == 'Fable3' ">6.0</LangVersion>
+ <LangVersion>6.0</LangVersion>
25
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
26
<DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants>
27
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
0 commit comments