Skip to content

Commit 1c2abdd

Browse files
Use global.json
1 parent 073c668 commit 1c2abdd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Setup .NET SDK
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: |
21-
8.0.x
20+
global-json-file: global.json
2221
- name: Cache NuGet packages
2322
uses: actions/cache@v4
2423
with:

.github/workflows/publish-nuget.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: Setup .NET SDK
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: |
20-
8.0.x
19+
global-json-file: global.json
2120
- uses: actions/cache@v4
2221
with:
2322
path: |

0 commit comments

Comments
 (0)