Skip to content

Commit 1606b5a

Browse files
wallymathieugusty
authored andcommitted
Net8 configuration (#555)
1 parent 812f4eb commit 1606b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FSharpPlus/FSharpPlus.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2222
<Configurations>Debug;Release;Fable;Fable3;Test</Configurations>
2323
<Platforms>AnyCPU</Platforms>
24-
<LangVersion>6.0</LangVersion>
24+
<LangVersion>8.0</LangVersion>
2525
<DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants>
2626
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
2727
<DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants>
@@ -56,7 +56,6 @@
5656
<Compile Include="Extensions/Extensions.fs" />
5757
<Compile Include="Extensions/Tuple.fs" />
5858
<Compile Include="Extensions/ValueTuple.fs" />
59-
<Compile Include="Data/NonEmptySeq.fs" />
6059
<Compile Include="Control/Converter.fs" />
6160
<Compile Include="Control/Numeric.fs" />
6261
<Compile Include="Control/Monoid.fs" />
@@ -83,6 +82,7 @@
8382
<Compile Include="Math/Applicative.fs" />
8483
<Compile Include="Math/Generic.fs" />
8584
<Compile Include="Builders.fs" />
85+
<Compile Include="Data/NonEmptySeq.fs" />
8686
<Compile Include="Data/Identity.fs" />
8787
<Compile Include="Data/List.fs" />
8888
<Compile Include="Data/Seq.fs" />

0 commit comments

Comments
 (0)