Skip to content

Commit cac9dab

Browse files
authored
fix versioning (#4115)
1 parent 3c79e9e commit cac9dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/package-manager/winget/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ $progressPreference = 'silentlyContinue'
4040
Write-Information "Downloading WinGet and its dependencies..."
4141
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
4242
Invoke-WebRequest -Uri https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile Microsoft.VCLibs.x64.14.00.Desktop.appx
43-
Invoke-WebRequest -Uri https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.7.3/Microsoft.UI.Xaml.2.7.x64.appx -OutFile Microsoft.UI.Xaml.2.7.x64.appx
43+
Invoke-WebRequest -Uri https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.6/Microsoft.UI.Xaml.2.8.x64.appx -OutFile Microsoft.UI.Xaml.2.8.x64.appx
4444
Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx
45-
Add-AppxPackage Microsoft.UI.Xaml.2.7.x64.appx
45+
Add-AppxPackage Microsoft.UI.Xaml.2.8.x64.appx
4646
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
4747
```
4848

0 commit comments

Comments
 (0)