diff --git a/aspnetcore/blazor/webassembly-native-dependencies.md b/aspnetcore/blazor/webassembly-native-dependencies.md index 34c78fdecae3..8f3438c117e1 100644 --- a/aspnetcore/blazor/webassembly-native-dependencies.md +++ b/aspnetcore/blazor/webassembly-native-dependencies.md @@ -103,10 +103,7 @@ NuGet packages can contain native dependencies for use on WebAssembly. These lib ## SkiaSharp example library use -[SkiaSharp](https://github.com/mono/SkiaSharp) is a cross-platform 2D graphics library for .NET based on the native [Skia graphics library](https://skia.org/), and it now has preview support for Blazor WebAssembly. - -> [!WARNING] -> Experimental and preview features are provided for the purpose of collecting feedback and aren't supported for production use. +[SkiaSharp](https://github.com/mono/SkiaSharp) is a cross-platform 2D graphics library for .NET based on the native [Skia graphics library](https://skia.org/) with support for Blazor WebAssembly. To use SkiaSharp in a Blazor WebAssembly app: @@ -116,9 +113,6 @@ To use SkiaSharp in a Blazor WebAssembly app: dotnet add package –-prerelease SkiaSharp.Views.Blazor ``` - > [!WARNING] - > The [`SkiaSharp.Views.Blazor`](https://www.nuget.org/packages/SkiaSharp.Views.Blazor) package is a prerelease NuGet package not supported for production use. - [!INCLUDE[](~/includes/package-reference.md)] 1. Add a `SKCanvasView` component to the app with the following: