Skip to content

Net8 Support #320

Discussion options

You must be logged in to vote

I see you already marked this as resolved, but just in case anyone else stumbles across this:

  • The CLI targets each supported .NET version. At every major release, we remove versions no longer in support.
  • The libraries target netstandard2.0 as a baseline, and net6.0 to support functionality only available in .NET 6 and above (namely DateOnly and TimeOnly, plus more performant span-based APIs). As .NET 6 goes out of support, we may look at raising that to net8.0 (earliest supported LTS).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dstelljes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #319 on September 24, 2024 14:08.