Skip to content

Commit cf75d26

Browse files
committed
Use global.json dotnet version for actions
1 parent 278d482 commit cf75d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v5
2323
with:
24-
dotnet-version: 8.0.x
24+
global-json-file: global.json
2525

2626
- name: Generate Async code
2727
run: |

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up .NET
6767
uses: actions/setup-dotnet@v5
6868
with:
69-
dotnet-version: 8.0.x
69+
global-json-file: global.json
7070

7171
- name: Checkout
7272
uses: actions/checkout@v5

0 commit comments

Comments
 (0)