Skip to content

Should m-p packages re-target to in-support TFMs? #188

@ViktorHofer

Description

@ViktorHofer

When libraries were brought over to this repository TFMs were updated to the minimum in-support versions of runtimes, at that time: net6.0 and net462. Libraries in this repo that target net6.0 are:

  • System.Json
  • System.Runtime.CompilerServices.Unsafe
  • Microsoft.Bcl.Hashcode
  • System.Data.SqlClient
  • System.Net.WebSockets.WebSocketProtocol
  • System.Xml.XPath.XmlDocument

.NET 6 went out-of-support on November 12, 2024 and I wonder if packages in this repository should re-target to the new minimum in-support version: .NET 8. For customers, this would mean that consuming a new version of these packages would raise a warning on out-of-support runtimes.

If doing so, the package's major or minor version should be bumped to communicate the breaking change in respect to semantic versioning.

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