Skip to content

Update to .NET 10.0, latest deps, and simplify projects#162

Merged
cloudfy merged 1 commit intomainfrom
152-deprecate-dotnet-framework-900-support
Apr 14, 2026
Merged

Update to .NET 10.0, latest deps, and simplify projects#162
cloudfy merged 1 commit intomainfrom
152-deprecate-dotnet-framework-900-support

Conversation

@cloudfy
Copy link
Copy Markdown
Owner

@cloudfy cloudfy commented Apr 14, 2026

Dropped .NET 9.0 support and now target only .NET 10.0 across all projects. Updated Microsoft.Extensions.*, OpenTelemetry.Api, System.CommandLine, and other dependencies to their latest versions. Consolidated EF Core provider references to 10.x. Improved UseUnhandledExceptionHandler extension for cleaner middleware usage. Removed legacy and conditional project file logic for a simpler, modernized codebase.

Summary & Motivation

A brief description of the changes in this pull request explaining why these changes are necessary. Please delete this paragraph.

Checklist

  • I have added tests, or done manual regression tests
  • I have updated the documentation, if necessary

Dropped .NET 9.0 support and now target only .NET 10.0 across all projects. Updated Microsoft.Extensions.*, OpenTelemetry.Api, System.CommandLine, and other dependencies to their latest versions. Consolidated EF Core provider references to 10.x. Improved UseUnhandledExceptionHandler extension for cleaner middleware usage. Removed legacy and conditional project file logic for a simpler, modernized codebase.
@cloudfy cloudfy self-assigned this Apr 14, 2026
@cloudfy cloudfy linked an issue Apr 14, 2026 that may be closed by this pull request
@cloudfy cloudfy merged commit 89c6016 into main Apr 14, 2026
3 checks passed
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.

Deprecate dotnet framework 9.0.0 support

1 participant