Skip to content

Commit 277faf2

Browse files
authored
Add setup for .NET 9.0 in build workflow
1 parent b774bac commit 277faf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: actions/setup-dotnet@v1
4848
with:
4949
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
5054
- name: Install Workloads
5155
run: dotnet workload install android ios maccatalyst
5256
- name: Test

0 commit comments

Comments
 (0)