Skip to content

Conversation

ZachBray
Copy link
Contributor

I've updated the .NET SDK to 8.0, which is the most recent LTS version. Support ends on 10 November 2026.

There are several C# projects in the SBE solution. Only sbe-dll is consumed by users of SBE.

Previously, sbe-dll had two targets:

  • .NET Standard 2.0 (2017, supported by .NET Framework >= 4.6.1 and .NET Core >= 2.0, which were both superseded by .NET)
  • .NET Framework 4.5 (2012)

In this commit, I have removed the ancient .NET Framework 4.5 target. This makes it easier to build SBE on Linux, as one only needs a recent .NET installation.

I have also changed the other C# projects to target .NET 8.0 and updated their dependencies.

I've updated the .NET SDK to `8.0`, which is the most recent LTS
version. Support ends on 10 November 2026.

There are several C# projects in the SBE solution. Only `sbe-dll` is
consumed by users of SBE.

Previously, `sbe-dll` had two targets:
- `.NET Standard 2.0` (2017, supported by `.NET Framework >= 4.6.1` and
`.NET Core >= 2.0`, which were both superseded by `.NET`)
- `.NET Framework 4.5` (2012)

In this commit, I have removed the _ancient_ `.NET Framework 4.5`
target. This makes it easier to build SBE on Linux, as one only needs a
recent .NET installation.

I have also changed the other C# projects to target `.NET 8.0` and
updated their dependencies.
@mjpt777 mjpt777 merged commit 66813a4 into master Feb 26, 2024
@mjpt777 mjpt777 deleted the chore/upgrade-dotnet branch February 26, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants