Skip to content

Commit 2e05751

Browse files
committed
Use langversion = 6
In order to avoid dotnet/fsharp#14313
1 parent 72b0259 commit 2e05751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpPlus/FSharpPlus.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2222
<Configurations>Debug;Release;Fable;Fable3</Configurations>
2323
<Platforms>AnyCPU</Platforms>
24-
<LangVersion Condition=" '$(Configuration)' == 'Fable' OR '$(Configuration)' == 'Fable3' ">6.0</LangVersion>
24+
<LangVersion>6.0</LangVersion>
2525
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
2626
<DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants>
2727
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>

0 commit comments

Comments
 (0)