Skip to content

RFC: Target net8.0 or netstandard2.1 ? #296

Description

@njlr

Myriad.Core currently targets net9.0:

<TargetFramework>net9.0</TargetFramework>

This is OK for consumers on .NET SDK 9.0 or 10.0, but it is incompatible with 8.0.

However, .NET 8.0 is LTS within support until November 2026 (same EoL as .NET 9.0).

Could the target framework be moved down to 8.0 until then?
This would not affect consumers on 9.0 or 10.0.

Thanks 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions