Skip to content

Commit f787dad

Browse files
998997: Resolve skia sharp version
1 parent 4540fe3 commit f787dad

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

8.28 KB
Loading

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add **Blazor PDF Viewer** component in the app, open the NuGet package manage
3737

3838
If using the WebAssembly or Auto interactive render mode, install the NuGet packages in the client project to add the component to the Web App.
3939

40-
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.116.1. Ensure this version is referenced.
40+
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.119.1. Ensure this version is referenced.
4141
* [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor)
4242

4343
![SkiaSharp Views Blazor](gettingstarted-images/skia-sharp-image.png)

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-assembly-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add the Blazor PDF Viewer component to the app, open the NuGet Package Manage
3737
* [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes)
3838
* [SkiaSharp.Views.Blazor](https://www.nuget.org/packages/SkiaSharp.Views.Blazor)
3939

40-
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.116.1. Ensure this version is referenced.
40+
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.119.1. Ensure this version is referenced.
4141

4242
{% endtabcontent %}
4343

@@ -82,14 +82,14 @@ N> The PDF Viewer component is supported on .NET 8.0 and later.
8282

8383
dotnet add package Syncfusion.Blazor.SfPdfViewer -v {{ site.releaseversion }}
8484
dotnet add package Syncfusion.Blazor.Themes -v {{ site.releaseversion }}
85-
dotnet add package SkiaSharp.Views.Blazor -v 3.116.1
85+
dotnet add package SkiaSharp.Views.Blazor -v 3.119.1
8686
dotnet restore
8787

8888
{% endhighlight %}
8989

9090
{% endtabs %}
9191

92-
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.116.1. Ensure this version is referenced.
92+
N> Syncfusion® uses SkiaSharp.Views.Blazor version 3.119.1. Ensure this version is referenced.
9393

9494
N> Syncfusion® Blazor components are available on [nuget.org](https://www.nuget.org/packages?q=syncfusion.blazor). See [NuGet packages](https://blazor.syncfusion.com/documentation/nuget-packages) for the list of available packages and component details.
9595

0 commit comments

Comments
 (0)