Skip to content

Commit 2b3ba52

Browse files
committed
Use F#9 for the main lib
1 parent 3228a09 commit 2b3ba52

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"rollForward": "latestFeature",
55
"allowPrerelease": true
66
},

src/FSharpPlus/FSharpPlus.fsproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2222
<Configurations>Debug;Release;Fable;Test</Configurations>
2323
<Platforms>AnyCPU</Platforms>
24-
<LangVersion>8.0</LangVersion>
24+
<LangVersion>9.0</LangVersion>
2525
<LangVersion Condition=" '$(Configuration)' == 'Fable' ">6.0</LangVersion>
2626

2727
<DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants>
2828
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
2929
<DefineConstants Condition=" '$(Configuration)' == 'Fable4'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4</DefineConstants>
3030
<TargetFramework>net8.0</TargetFramework>
3131
<!--<OutputPath>..\..\bin</OutputPath>-->
32-
</PropertyGroup>
32+
</PropertyGroup>
3333
<ItemGroup>
3434
<Compile Include="Internals.fs" />
3535
<Compile Include="Extensions/Option.fs" />
@@ -125,8 +125,4 @@
125125
<Content Include="Math/*.fs" PackagePath="fable/Math" />
126126
<Content Include="Data/*.fs" PackagePath="fable/Data" />
127127
</ItemGroup>
128-
129-
<ItemGroup>
130-
<PackageReference Update="FSharp.Core" Version="6.0.6" />
131-
</ItemGroup>
132128
</Project>

0 commit comments

Comments
 (0)