Skip to content

Commit 1adcb68

Browse files
authored
Merge pull request #16 from sylac/fix/define-net-version
set net to 9
2 parents ff76308 + 291993e commit 1adcb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: "*.0.x"
21+
dotnet-version: "9.0.x"
2222

2323
- name: 'Install Latest .NET MAUI Workload'
2424
run: dotnet workload install maui

0 commit comments

Comments
 (0)