Skip to content

Commit d76fe3f

Browse files
Update .NET setup to use global.json file
1 parent 63b9d72 commit d76fe3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v5
3333
with:
34-
dotnet-version: |
35-
3.1.x
36-
8.x
34+
global-json-file: global.json
3735

3836
- name: Restore dependencies
3937
run: dotnet restore

0 commit comments

Comments
 (0)