File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
22
22
<Configurations >Debug;Release;Fable;Fable3;Test</Configurations >
23
23
<Platforms >AnyCPU</Platforms >
24
- <LangVersion >6 .0</LangVersion >
24
+ <LangVersion >8 .0</LangVersion >
25
25
<DefineConstants Condition =" '$(Configuration)' == 'Test'" >$(DefineConstants);TEST_TRACE</DefineConstants >
26
26
<DefineConstants Condition =" '$(Configuration)' == 'Fable'" >$(DefineConstants);FABLE_COMPILER</DefineConstants >
27
27
<DefineConstants Condition =" '$(Configuration)' == 'Fable3'" >$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants >
56
56
<Compile Include =" Extensions/Extensions.fs" />
57
57
<Compile Include =" Extensions/Tuple.fs" />
58
58
<Compile Include =" Extensions/ValueTuple.fs" />
59
- <Compile Include =" Data/NonEmptySeq.fs" />
60
59
<Compile Include =" Control/Converter.fs" />
61
60
<Compile Include =" Control/Numeric.fs" />
62
61
<Compile Include =" Control/Monoid.fs" />
83
82
<Compile Include =" Math/Applicative.fs" />
84
83
<Compile Include =" Math/Generic.fs" />
85
84
<Compile Include =" Builders.fs" />
85
+ <Compile Include =" Data/NonEmptySeq.fs" />
86
86
<Compile Include =" Data/Identity.fs" />
87
87
<Compile Include =" Data/List.fs" />
88
88
<Compile Include =" Data/Seq.fs" />
You can’t perform that action at this time.
0 commit comments