From 08c00e40fd5743a6331c6fe61e2e46f1d8330a0d Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sun, 15 Jan 2023 18:57:11 +1100 Subject: [PATCH 1/2] Return ImageSharp to alternatives list. --- includes/drawing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/drawing.md b/includes/drawing.md index 54c99e52794..81ec5118a74 100644 --- a/includes/drawing.md +++ b/includes/drawing.md @@ -9,4 +9,4 @@ > > - In .NET 6 and later versions, the [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/) NuGet package is only supported on Windows operating systems. For more information, see [System.Drawing.Common only supported on Windows](/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only). > -> If you can't use `System.Drawing` with your application, recommended alternatives include [SkiaSharp](https://github.com/mono/SkiaSharp), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics). +> If you can't use `System.Drawing` with your application, recommended alternatives include [ImageSharp](https://github.com/SixLabors/ImageSharp), [SkiaSharp](https://github.com/mono/SkiaSharp), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics). From e6ee63d5f4961f8dc7c23774ec71a93fa0c2ecce Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 17 Jan 2023 09:49:21 +1100 Subject: [PATCH 2/2] Update URL --- includes/drawing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/drawing.md b/includes/drawing.md index 81ec5118a74..7fdd582cfd5 100644 --- a/includes/drawing.md +++ b/includes/drawing.md @@ -9,4 +9,4 @@ > > - In .NET 6 and later versions, the [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/) NuGet package is only supported on Windows operating systems. For more information, see [System.Drawing.Common only supported on Windows](/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only). > -> If you can't use `System.Drawing` with your application, recommended alternatives include [ImageSharp](https://github.com/SixLabors/ImageSharp), [SkiaSharp](https://github.com/mono/SkiaSharp), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics). +> If you can't use `System.Drawing` with your application, recommended alternatives include [ImageSharp](https://sixlabors.com/products/imagesharp), [SkiaSharp](https://github.com/mono/SkiaSharp), [Windows Imaging Components](/windows/desktop/wic/-wic-about-windows-imaging-codec), and [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics).