Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade .NET SDK to 8.0.201. #978

Merged
merged 1 commit into from Feb 26, 2024
Merged

Upgrade .NET SDK to 8.0.201. #978

merged 1 commit into from Feb 26, 2024

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
33 checks passed
@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.

None yet

2 participants