Skip to content

Commit 9b70bcf

Browse files
committed
Update build.yml
1 parent afe0e19 commit 9b70bcf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
- name: Setup .NET
4242
uses: actions/setup-dotnet@v4
4343
with:
44-
dotnet-version: |
45-
3.1.x
46-
6.0.x
47-
8.0.x
44+
dotnet-version: 9.0.x
4845

4946
- name: Restore Dependencies
5047
run: dotnet restore

0 commit comments

Comments
 (0)