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 8696157 commit d4e1ad6Copy full SHA for d4e1ad6
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup .NET
24
uses: actions/setup-dotnet@v4
25
with:
26
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
27
28
- name: Install workloads
29
run: dotnet workload install maui
.github/workflows/pr.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
0 commit comments