Skip to content

Commit 71de9e3

Browse files
Return ImageSharp to System.Drawing alternatives list. (#8790)
* Return ImageSharp to alternatives list. * Update URL
1 parent 4413cfd commit 71de9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/drawing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
>
1010
> - 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).
1111
>
12-
> 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).
12+
> 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).

0 commit comments

Comments
 (0)