From 86e3aaad15006b8254f79ce7c8feda9bed1dea32 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:15:41 -0700 Subject: [PATCH] Reorder graphics libraries --- .../core-libraries/6.0/system-drawing-common-windows-only.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only.md b/docs/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only.md index 4797738c4861b..c80af14df5df3 100644 --- a/docs/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only.md +++ b/docs/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only.md @@ -54,8 +54,8 @@ From analysis of NuGet packages, we've observed that `System.Drawing.Common` is To use these APIs for cross-platform apps, migrate to one of the following libraries: -- [ImageSharp](https://sixlabors.com/products/imagesharp) - [SkiaSharp](https://github.com/mono/SkiaSharp) +- [ImageSharp](https://sixlabors.com/products/imagesharp) (tiered license) - [Microsoft.Maui.Graphics](/dotnet/maui/user-interface/graphics/) Alternatively, you can enable support for non-Windows platforms in .NET 6 by setting the `System.Drawing.EnableUnixSupport` [runtime configuration switch](../../../runtime-config/index.md) to `true` in the *runtimeconfig.json* file.