Skip to content

Conversation

@gusty
Copy link
Member

@gusty gusty commented Feb 2, 2025

With the introduction of F#9 there seems to be a breaking change in backwards compatibility.

Although we can't fix the compiler, we can produce a lib that will work when consumed from F#9, still targeting .net8

@gusty gusty force-pushed the gus/fsharp9 branch 3 times, most recently from 475a5ed to 49c70bb Compare February 2, 2025 16:52
@gusty gusty force-pushed the gus/fsharp9 branch 2 times, most recently from e213a85 to ce22ec7 Compare December 3, 2025 18:16
@wallymathieu wallymathieu changed the title Use F#9 for the main lib Use F#10 for the main lib Dec 20, 2025
<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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to use target framework net10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants