IoTSharp.DotNetRuntime.WindowsXp.X86
10.0.3
dotnet add package IoTSharp.DotNetRuntime.WindowsXp.X86 --version 10.0.3
NuGet\Install-Package IoTSharp.DotNetRuntime.WindowsXp.X86 -Version 10.0.3
<PackageReference Include="IoTSharp.DotNetRuntime.WindowsXp.X86" Version="10.0.3" />
<PackageVersion Include="IoTSharp.DotNetRuntime.WindowsXp.X86" Version="10.0.3" />
<PackageReference Include="IoTSharp.DotNetRuntime.WindowsXp.X86" />
paket add IoTSharp.DotNetRuntime.WindowsXp.X86 --version 10.0.3
#r "nuget: IoTSharp.DotNetRuntime.WindowsXp.X86, 10.0.3"
#:package IoTSharp.DotNetRuntime.WindowsXp.X86@10.0.3
#addin nuget:?package=IoTSharp.DotNetRuntime.WindowsXp.X86&version=10.0.3
#tool nuget:?package=IoTSharp.DotNetRuntime.WindowsXp.X86&version=10.0.3
IoTSharp .NET Runtime Windows XP x86
This package makes win-x86 self-contained publish output use IoTSharp-built .NET native artifacts targeting Windows XP x86. It replaces the runtime .dll files and supplies Windows XP-compatible apphost templates, so the generated application executable is compatible too.
Add the package to an application project:
<ItemGroup>
<PackageReference Include="IoTSharp.DotNetRuntime.WindowsXp.X86" Version="10.0.0-winxp.x" PrivateAssets="all" />
</ItemGroup>
Publish with:
dotnet publish -c Release -r win-x86 --self-contained true /p:PublishSingleFile=false
The package is active only for RuntimeIdentifier=win-x86 and self-contained publish. Single-file publish is rejected because the runtime .dll 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.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.3 | 121 | 6/4/2026 |