LibreWPF.Transport 0.1.0-preview.28

This is a prerelease version of LibreWPF.Transport.
dotnet add package LibreWPF.Transport --version 0.1.0-preview.28
                    
NuGet\Install-Package LibreWPF.Transport -Version 0.1.0-preview.28
                    
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="LibreWPF.Transport" Version="0.1.0-preview.28" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LibreWPF.Transport" Version="0.1.0-preview.28" />
                    
Directory.Packages.props
<PackageReference Include="LibreWPF.Transport" />
                    
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 LibreWPF.Transport --version 0.1.0-preview.28
                    
#r "nuget: LibreWPF.Transport, 0.1.0-preview.28"
                    
#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 LibreWPF.Transport@0.1.0-preview.28
                    
#: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=LibreWPF.Transport&version=0.1.0-preview.28&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=LibreWPF.Transport&version=0.1.0-preview.28&prerelease
                    
Install as a Cake Tool

LibreWPF.Transport

This package carries the managed WPF transport assemblies built from this repository for the LibreWPF SDK preview lane. It supplies the WPF assembly identities that SDK-switched applications expect, including WindowsBase, PresentationCore, PresentationFramework, theme assemblies, Ribbon, UIAutomation, XAML, printing, and related managed framework assets.

LibreWPF.Sdk consumes this package through ProGpuWpfManagedPackageId and ProGpuWpfManagedPackageVersion while ProGPU and Silk.NET packages provide the portable native windowing, rendering, input, and runtime services. Applications should not reference this package directly unless they are validating the transport layer.

The package is generated from current repository build artifacts during the SDK CI gate. If package-mode validation fails because a WPF assembly is missing or stale, rebuild the managed WPF transport payload and repack this package instead of adding application-side workarounds.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LibreWPF.Transport:

Package Downloads
LibreWinForms.WindowsFormsIntegration

LibreWinForms portable WindowsFormsIntegration host surface for LibreWPF and ProGPU-backed WinForms content.

LeXtudio.DevFlow.Agent.LibreWpf

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-preview.28 53 7/25/2026
0.1.0-preview.21 97 7/17/2026
0.1.0-preview.19 67 7/16/2026
0.1.0-preview.18 80 7/15/2026
0.1.0-preview.16 67 7/15/2026
0.1.0-preview.14 125 7/14/2026
0.1.0-preview.11 97 7/13/2026
0.1.0-preview.10 70 7/12/2026
0.1.0-preview.8 60 7/11/2026
0.1.0-preview.7 60 7/11/2026
0.1.0-preview.1 89 7/7/2026

Aligns LibreWPF preview.28 with ProGPU preview.27 and its first-party shaping package; ships the missing System.Windows.Presentation compile/runtime payload and Accessibility as runtime-only to preserve consumer symbol resolution; keeps Wayland popups interactive in the owner compositor while selecting XWayland for desktop-positioned windows when available; prevents render-scheduler reentrancy from starving the WPF dispatcher after native drags; and inherits the latest ProGPU bitmap, oversized-atlas, rounded-border, text-cache, memory, and glyph-atlas fixes.