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
                    
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.WindowsXp.X86" 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.WindowsXp.X86" Version="10.0.3" />
                    
Directory.Packages.props
<PackageReference Include="IoTSharp.DotNetRuntime.WindowsXp.X86" />
                    
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.WindowsXp.X86 --version 10.0.3
                    
#r "nuget: IoTSharp.DotNetRuntime.WindowsXp.X86, 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.WindowsXp.X86@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.WindowsXp.X86&version=10.0.3
                    
Install as a Cake Addin
#tool nuget:?package=IoTSharp.DotNetRuntime.WindowsXp.X86&version=10.0.3
                    
Install as a Cake Tool

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.

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 121 6/4/2026