Microsoft.UI.Xaml 2.8.7 Release

Colapsar
X
 
  • Filtrar
  • Tiempo
  • Mostrar
Limpiar Todo
nuevos mensajes
  • noSign
    Super Moderator
    • Dec
    • 4520

    Microsoft.UI.Xaml 2.8.7 Release

    Released a new official servicing update to WinUI 2! This latest 2.8.7 version includes new .NET projections (built w/ CsWinRT 2.2.0), making it possible to use WinUI 2 in UWP apps running on .NET 9 and Native AOT.

    This package provides backward-compatible versions of Windows UI features including UWP XAML controls, dense control styles, and Fluent styles and materials. It is part of the Windows UI Library.


    Instalación.:
    Powershell (adm)

    Código:
    [I]Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/2.8.7 -OutFile .\microsoft.ui.xaml.2.8.7.nupkg.zip[/I]
    Código:
    [B][I]Expand-Archive -Path .\microsoft.ui.xaml.2.8.7.nupkg.zip -Force[/I][/B]
    Código:
    [B][I]Add-AppXPackage -Path .\microsoft.ui.xaml.2.8.7.nupkg\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.8.appx[/I][/B]
Trabajando...
X