Skip to content

Commit f2e9a93

Browse files
committed
Fix it
1 parent e61e2f8 commit f2e9a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup .NET
7171
uses: actions/setup-dotnet@v3
7272
with:
73-
dotnet-version: '8.0.x'
73+
dotnet-version: '9.0.x'
7474
dotnet-quality: 'preview'
7575
- name: Install Workloads
7676
run: dotnet workload restore

0 commit comments

Comments
 (0)