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 df1157a commit 9da2860Copy full SHA for 9da2860
.github/actions/environment/action.yml
@@ -55,14 +55,15 @@ runs:
55
dotnet-version: |
56
6.0.x
57
7.0.x
58
- 8.0.403
+ 8.0.x
59
+ 9.0.x
60
61
- name: Install .NET Workloads
62
shell: bash
63
run: >
64
dotnet workload install \
65
wasm-tools maui-android \
66
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \
- ${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
67
+ ${{ runner.os == 'Windows' && 'maui-windows --version 8.0.403' || '' }} \
68
--temp-dir "${{ runner.temp }}" \
69
--skip-sign-check
0 commit comments