Skip to content

Target .NET Standard 2.0 / .NET 8 / .NET 10 #222

Description

@eXpl0it3r

Newer .NET versions provide a lot of performance and general language improvements.

We should be able to retain .NET Framework compatibility by continuing to support .NET Standard 2.0 for the Core library.
For WPF and WinForms the compatibility needs to be broken in order to support the newer .NET versions (afaik).

But to benefit from all the improvements one should multi-target those libraries that support the .NET Standard 2.0.

  • HtmlRenderer.Core: netstandard2.0 / net8.0
  • HtmlRenderer.PdfSharp: netstandard2.0 / net8.0
  • HtmlRenderer.WinForms: net8.0-windows
  • HtmlRenderer.WPF: net8.0-windows
  • HtmlRenderer.Mono: Deprecated

Additional related updates

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions