SkiaSharp.NativeAssets.Linux.NoDependencies 3.116.1

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SkiaSharp.NativeAssets.Linux.NoDependencies --version 3.116.1
                    
NuGet\Install-Package SkiaSharp.NativeAssets.Linux.NoDependencies -Version 3.116.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.116.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.116.1" />
                    
Directory.Packages.props
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SkiaSharp.NativeAssets.Linux.NoDependencies --version 3.116.1
                    
#r "nuget: SkiaSharp.NativeAssets.Linux.NoDependencies, 3.116.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SkiaSharp.NativeAssets.Linux.NoDependencies&version=3.116.1
                    
Install SkiaSharp.NativeAssets.Linux.NoDependencies as a Cake Addin
#tool nuget:?package=SkiaSharp.NativeAssets.Linux.NoDependencies&version=3.116.1
                    
Install SkiaSharp.NativeAssets.Linux.NoDependencies as a Cake Tool

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.

The complete dependency list is:

  • libpthread.so.0
  • libdl.so.2
  • libm.so.6
  • libc.so.6
  • ld-linux-x86-64.so.2

The excluded dependencies are:

  • Fontconfig
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (166)

Showing the top 5 NuGet packages that depend on SkiaSharp.NativeAssets.Linux.NoDependencies:

Package Downloads
BarcodeLib

This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.

GroupDocs.Conversion

This is a cross-platform version of GroupDocs.Conversion for .NET. GroupDocs.Conversion for .NET is a powerful and intuitive library used for documents conversion. Convert DOC to PDF, PDF to DOC, XLS to DOC, PPT to PDF and any other popular file formats with simple, intuitive and flexible API. For more details on the GroupDocs.Conversion for .NET API, please visit product website at: https://products.groupdocs.com/conversion/net Note: The library will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.

ScottPlot

ScottPlot is a free and open-source plotting library for .NET. This package can be used to create static plots, and user controls for displaying plots interactively are available as separate NuGet packages.

GroupDocs.Viewer

GroupDocs.Viewer for .NET is a powerful document viewer API that supports over 170 file types and enables .NET developers to easily render files to various formats, such as PDF, HTML, JPG, or PNG. With this API, you can seamlessly render a wide range of file types, including popular OpenDocument and Microsoft Office formats like DOCS, XLSX, and PPTX, as well as specialized CAD and graphic editor files like DWG, DXF, PSD, AI, and CDR.

Microsoft.ML.ImageAnalytics

ML.NET component for Image support

GitHub repositories (59)

Showing the top 20 popular GitHub repositories that depend on SkiaSharp.NativeAssets.Linux.NoDependencies:

Repository Stars
QuestPDF/QuestPDF
QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
TheAlgorithms/C-Sharp
All algorithms implemented in C#.
ScottPlot/ScottPlot
Interactive plotting library for .NET
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
rosenbjerg/FFMpegCore
A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications
ValveResourceFormat/ValveResourceFormat
🔬 Valve's Source 2 resource file format parser, decompiler, and exporter.
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
dotnet/TorchSharp
A .NET library that provides access to the library that powers PyTorch.
ErsatzTV/ErsatzTV
Stream custom live channels using your own media
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
CHKZL/DDTV
可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
dotnet/aspire-samples
Version Downloads Last updated
3.119.0-preview.1.2 1,106 4/1/2025
3.118.0-preview.2.3 16,532 12/5/2024
3.118.0-preview.1.2 13,559 11/6/2024
3.116.1 1,190,928 12/5/2024
3.116.0 41,506 12/3/2024
3.116.0-preview.6.1 196 11/6/2024
3.0.0-preview.5.4 5,319 10/24/2024
3.0.0-preview.4.1 30,409 7/18/2024
3.0.0-preview.3.1 51,479 4/10/2024
3.0.0-preview.2.1 17,746 2/20/2024
3.0.0-preview.1.8 23,181 2/6/2024
3.0.0-preview.0.132 168 4/9/2024
2.88.9 1,094,484 11/7/2024
2.88.9-preview.2.2 184 10/24/2024
2.88.9-preview.1.1 586 7/18/2024
2.88.8 8,331,856 4/10/2024
2.88.8-preview.1.1 156 4/5/2024
2.88.7 3,197,854 1/11/2024
2.88.6 5,125,806 9/21/2023
2.88.6-preview.1.2 7,528 8/31/2023
2.88.5 488,712 8/23/2023
2.88.4 9,074 8/22/2023
2.88.4-preview.96 680 8/17/2023
2.88.4-preview.95 220 8/16/2023
2.88.4-preview.89 8,654 7/25/2023
2.88.4-preview.84 5,140 6/27/2023
2.88.4-preview.82 307 6/26/2023
2.88.4-preview.76 21,403 6/19/2023
2.88.4-preview.70 726 6/15/2023
2.88.3 8,657,264 10/4/2022
2.88.2 290,236 9/8/2022
2.88.2-preview.8 219 9/8/2022
2.88.1 305,729 8/17/2022
2.88.1-preview.108 15,146 8/12/2022
2.88.1-preview.104 323 8/10/2022
2.88.1-preview.91 28,757 7/15/2022
2.88.1-preview.79 1,829 6/29/2022
2.88.1-preview.75 775 6/27/2022
2.88.1-preview.71 23,847 6/20/2022
2.88.1-preview.63 1,953 6/8/2022
2.88.1-preview.1 12,242 5/22/2022
2.88.0 817,710 5/22/2022
2.88.0-preview.266 12,319 5/11/2022
2.88.0-preview.256 11,225 4/26/2022
2.88.0-preview.254 1,386 4/17/2022
2.88.0-preview.232 13,903 3/17/2022
2.88.0-preview.209 16,570 2/18/2022
2.88.0-preview.187 23,084 1/27/2022
2.88.0-preview.179 5,001 12/18/2021
2.88.0-preview.178 20,727 12/15/2021
2.88.0-preview.155 10,342 10/29/2021
2.88.0-preview.152 790 10/22/2021
2.88.0-preview.150 528 10/11/2021
2.88.0-preview.145 16,545 9/28/2021
2.88.0-preview.140 540 9/14/2021
2.88.0-preview.139 312 9/13/2021
2.88.0-preview.127 3,968 8/21/2021
2.88.0-preview.120 296 8/10/2021
2.88.0-preview.61 1,909 7/12/2021
2.80.4 41,629 5/21/2022
2.80.4-preview.9 6,409 5/11/2022
2.80.4-preview.5 1,017 9/13/2021
2.80.4-preview.2 270 8/19/2021
2.80.3 2,550,007 7/12/2021
2.80.3-preview.93 3,989 6/12/2021
2.80.3-preview.90 372 5/30/2021
2.80.3-preview.40 4,216 2/6/2021
2.80.3-preview.24 307 1/27/2021
2.80.3-preview.18 8,139 11/10/2020
2.80.2 1,350,781 9/11/2020
2.80.2-preview.36 1,781 9/3/2020
2.80.2-preview.33 397 8/25/2020
2.80.2-preview.19 567 8/4/2020
2.80.2-preview.18 453 8/2/2020
2.80.2-preview.9 489 7/27/2020
2.80.1 125,985 7/14/2020
2.80.0 8,390 7/9/2020
2.80.0-preview.33 371 7/1/2020
2.80.0-preview.24 454 6/27/2020
2.80.0-preview.14 478 6/18/2020
2.80.0-preview.12 415 6/16/2020
2.80.0-preview.3 441 6/8/2020
1.68.3 68,480 5/18/2020
1.68.3-preview.2 348 5/18/2020
1.68.2.1 26,580 5/2/2020
1.68.2 1,798 4/30/2020
1.68.2-preview.60 407 4/13/2020
1.68.2-preview.50 3,495 4/3/2020
1.68.2-preview.45 694 3/24/2020
1.68.2-preview.43 364 3/18/2020
1.68.2-preview.39 516 2/27/2020
1.68.2-preview.29 1,219 2/7/2020
1.68.2-preview.21 516 1/20/2020
1.68.2-preview.17 358 1/11/2020
1.68.1.1 139,523 12/21/2019
1.68.1.1-preview.9 397 12/10/2019
1.68.1 50,456 11/22/2019
1.68.1-rc.172 604 11/17/2019
1.68.1-rc.170 474 11/16/2019
1.68.1-rc.169 489 11/14/2019
1.68.1-rc.165 519 11/7/2019
1.68.1-rc.153 589 10/24/2019
1.68.1-rc.147 2,267 9/26/2019

Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.