We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9addd0e commit 2dbbe6dCopy full SHA for 2dbbe6d
.github/workflows/rust.yml
@@ -93,11 +93,10 @@ jobs:
93
}
94
95
96
- $nugetUrl = "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/"
+ $nugetUrl = "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/2.8.0/"
97
98
Install-Package -packageUrl $nugetUrl -packageName "Microsoft.UI.Xaml"
99
Install-Package -packageName "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe"
100
-
101
Repair-WinGetPackageManager -IncludePrerelease
102
winget install nushell --accept-package-agreements --accept-source-agreements
103
0 commit comments