File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hub/package-manager/winget Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ $progressPreference = 'silentlyContinue'
40
40
Write-Information "Downloading WinGet and its dependencies..."
41
41
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
42
42
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
44
44
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
46
46
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments