Skip to content

Commit 63b9d72

Browse files
Refactor .NET setup to use global.json
Updated .NET setup to use global.json for versioning.
1 parent 0ff1bfa commit 63b9d72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v5
2525
with:
26-
dotnet-version: |
27-
3.1.x
28-
8.x
26+
global-json-file: global.json
2927
- name: Restore dependencies
3028
run: dotnet restore
3129
- name: Build

0 commit comments

Comments
 (0)