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
<PackageReference Include="IoTSharp.DotNetRuntime.LowGlibc.Arm32" Version="10.0.3" />
<PackageVersion Include="IoTSharp.DotNetRuntime.LowGlibc.Arm32" Version="10.0.3" />
<PackageReference Include="IoTSharp.DotNetRuntime.LowGlibc.Arm32" />
paket add IoTSharp.DotNetRuntime.LowGlibc.Arm32 --version 10.0.3
#r "nuget: IoTSharp.DotNetRuntime.LowGlibc.Arm32, 10.0.3"
#:package IoTSharp.DotNetRuntime.LowGlibc.Arm32@10.0.3
#addin nuget:?package=IoTSharp.DotNetRuntime.LowGlibc.Arm32&version=10.0.3
#tool nuget:?package=IoTSharp.DotNetRuntime.LowGlibc.Arm32&version=10.0.3
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.
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.