Skip to content

Commit 99ad5d7

Browse files
Update action.yml
1 parent 0234ca5 commit 99ad5d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/setup-dotnet/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ runs:
1111
- name: Setup dotnet SDK
1212
uses: actions/setup-dotnet@v5
1313
with:
14-
global-json-file: global.json
14+
dotnet-version: |
15+
6.0.x
16+
7.0.x
17+
8.0.x
1518
1619
- name: Set up dependency caching for faster builds
1720
uses: actions/cache@v4

0 commit comments

Comments
 (0)