IoTSharp.DotNetRuntime.LowGlibc.Arm32 10.0.3

dotnet add package IoTSharp.DotNetRuntime.LowGlibc.Arm32 --version 10.0.3
                    
NuGet\Install-Package IoTSharp.DotNetRuntime.LowGlibc.Arm32 -Version 10.0.3
                    
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="IoTSharp.DotNetRuntime.LowGlibc.Arm32" Version="10.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IoTSharp.DotNetRuntime.LowGlibc.Arm32" Version="10.0.3" />
                    
Directory.Packages.props
<PackageReference Include="IoTSharp.DotNetRuntime.LowGlibc.Arm32" />
                    
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 IoTSharp.DotNetRuntime.LowGlibc.Arm32 --version 10.0.3
                    
#r "nuget: IoTSharp.DotNetRuntime.LowGlibc.Arm32, 10.0.3"
                    
#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.
#:package IoTSharp.DotNetRuntime.LowGlibc.Arm32@10.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IoTSharp.DotNetRuntime.LowGlibc.Arm32&version=10.0.3
                    
Install as a Cake Addin
#tool nuget:?package=IoTSharp.DotNetRuntime.LowGlibc.Arm32&version=10.0.3
                    
Install as a Cake Tool

IoTSharp .NET Runtime Low Glibc Arm32

This package makes linux-arm self-contained publish output use IoTSharp-built .NET native artifacts targeting glibc 2.28. It replaces the runtime .so files and supplies low-glibc apphost templates, so the generated application executable is compatible too.

Add the package to an application project:

<ItemGroup>
  <PackageReference Include="IoTSharp.DotNetRuntime.LowGlibc.Arm32" Version="10.0.0-glibc228.x" PrivateAssets="all" />
</ItemGroup>

Publish with:

dotnet publish -c Release -r linux-arm --self-contained true /p:PublishSingleFile=false

The package is active only for RuntimeIdentifier=linux-arm and self-contained publish. Single-file publish is rejected because the runtime .so files must be copied as separate files before the app runs.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.3 102 6/4/2026
10.0.2 114 6/4/2026
10.0.1 110 6/3/2026