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

Major: support for .NET 9 #26

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Major: support for .NET 9 #26

merged 3 commits into from
Nov 28, 2024

Conversation

XFox111
Copy link
Owner

@XFox111 XFox111 commented Nov 28, 2024

Description

Since Microsoft released a new .NET 9 STS, we add its support as well.

Lifecycle

Official End-of-Life dates for target frameworks are:

  • .NET 8 EOL: November 2026
  • .NET 9 EOL: May 2026

While support for .NET 9 ends sooner than one for .NET 8, to keep versioning simple, we will keep supporting SimpleOTP 9.x and .NET 9 up until .NET 8 EOL (November 2026).

If this will be proven to be an optimal strategy, the same cycle will be applied for v10 and v11

Changelog

  • Added net9.0 to TargetFrameworks
  • Updated SimpleOTP.Tests dependencies

Resolves: #25

@XFox111 XFox111 added ci CI/CD related dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Nov 28, 2024
@XFox111 XFox111 self-assigned this Nov 28, 2024
@XFox111 XFox111 merged commit 989ed46 into main Nov 28, 2024
5 checks passed
@XFox111 XFox111 deleted the next branch November 28, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI/CD related dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for .NET 9
1 participant