Skip to content

Commit

Permalink
Use F#9 for the main lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Feb 2, 2025
1 parent 3228a09 commit 2b3ba52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.0",
"version": "9.0.0",
"rollForward": "latestFeature",
"allowPrerelease": true
},
Expand Down
8 changes: 2 additions & 6 deletions src/FSharpPlus/FSharpPlus.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Configurations>Debug;Release;Fable;Test</Configurations>
<Platforms>AnyCPU</Platforms>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
<LangVersion Condition=" '$(Configuration)' == 'Fable' ">6.0</LangVersion>

<DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants>
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
<DefineConstants Condition=" '$(Configuration)' == 'Fable4'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4</DefineConstants>
<TargetFramework>net8.0</TargetFramework>
<!--<OutputPath>..\..\bin</OutputPath>-->
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<Compile Include="Internals.fs" />
<Compile Include="Extensions/Option.fs" />
Expand Down Expand Up @@ -125,8 +125,4 @@
<Content Include="Math/*.fs" PackagePath="fable/Math" />
<Content Include="Data/*.fs" PackagePath="fable/Data" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.6" />
</ItemGroup>
</Project>

0 comments on commit 2b3ba52

Please sign in to comment.