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 93cf5aa commit a02bfcbCopy full SHA for a02bfcb
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,10 @@ jobs:
47
uses: actions/setup-dotnet@v1
48
with:
49
dotnet-version: 7.0.102
50
+ - name: Setup .NET 9.0
51
+ uses: actions/setup-dotnet@v1
52
+ with:
53
+ dotnet-version: 9.0.305
54
- name: Install Workloads
55
run: dotnet workload install android ios maccatalyst
56
- name: Test
0 commit comments