Skip to content

Commit 4bfaf2e

Browse files
committed
Update dotnet-ci.yaml
1 parent 3e3b3a1 commit 4bfaf2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
- name: Setup .NET SDK
1212
uses: actions/setup-dotnet@v2
1313
with:
14-
dotnet-version: '8.0.x'
15-
- name: Install .NET MAUI
16-
run: dotnet workload install maui
14+
dotnet-version: '9.0.x'
1715
- name: Restore dependencies
1816
run: dotnet restore ./src/c#/GeneralUpdate.sln
1917
- name: build

0 commit comments

Comments
 (0)