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.
Instalación.:
Powershell (adm)
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]