Skip to content

Commit

Permalink
Net8 configuration (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu authored and gusty committed Nov 20, 2023
1 parent 812f4eb commit 1606b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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;Test</Configurations>
<Platforms>AnyCPU</Platforms>
<LangVersion>6.0</LangVersion>
<LangVersion>8.0</LangVersion>
<DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants>
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
<DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3</DefineConstants>
Expand Down Expand Up @@ -56,7 +56,6 @@
<Compile Include="Extensions/Extensions.fs" />
<Compile Include="Extensions/Tuple.fs" />
<Compile Include="Extensions/ValueTuple.fs" />
<Compile Include="Data/NonEmptySeq.fs" />
<Compile Include="Control/Converter.fs" />
<Compile Include="Control/Numeric.fs" />
<Compile Include="Control/Monoid.fs" />
Expand All @@ -83,6 +82,7 @@
<Compile Include="Math/Applicative.fs" />
<Compile Include="Math/Generic.fs" />
<Compile Include="Builders.fs" />
<Compile Include="Data/NonEmptySeq.fs" />
<Compile Include="Data/Identity.fs" />
<Compile Include="Data/List.fs" />
<Compile Include="Data/Seq.fs" />
Expand Down

0 comments on commit 1606b5a

Please sign in to comment.