From 76b8e7fb760792a1919d352b6248884a23e61102 Mon Sep 17 00:00:00 2001 From: piju3 <59654697+piju3@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:57:38 +0200 Subject: [PATCH 1/2] Update link to Microsoft.Maui.Graphics library --- .../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 455b44d660a6e..c6a0925198e7f 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 @@ -56,7 +56,7 @@ To use these APIs for cross-platform apps, migrate to one of the following libra - [ImageSharp](https://sixlabors.com/products/imagesharp) - [SkiaSharp](https://github.com/mono/SkiaSharp) -- [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics) +- [Microsoft.Maui.Graphics](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/graphics/?view=net-maui-7.0) 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. From 9ccf6553da5ad1b422f89da7750a3a6e91fea5fb Mon Sep 17 00:00:00 2001 From: piju3 <59654697+piju3@users.noreply.github.com> Date: Sat, 15 Apr 2023 18:18:29 +0200 Subject: [PATCH 2/2] Update link to resolve warning --- .../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 c6a0925198e7f..7570d34e3ab5f 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 @@ -56,7 +56,7 @@ To use these APIs for cross-platform apps, migrate to one of the following libra - [ImageSharp](https://sixlabors.com/products/imagesharp) - [SkiaSharp](https://github.com/mono/SkiaSharp) -- [Microsoft.Maui.Graphics](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/graphics/?view=net-maui-7.0) +- [Microsoft.Maui.Graphics](https://learn.microsoft.com/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.