Skip to content

Commit 7e619ff

Browse files
committed
Actions: Use global.json
1 parent fb5779b commit 7e619ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install .NET 8.x SDK for build
2626
uses: actions/setup-dotnet@v2
2727
with:
28-
dotnet-version: '8.0.100'
28+
global-json-file: global.json
2929

3030
- name: Output important software versions (node)
3131
run: node --version

.github/workflows/publish-nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install .NET 8.x SDK for build
2626
uses: actions/setup-dotnet@v2
2727
with:
28-
dotnet-version: '8.0.100'
28+
global-json-file: global.json
2929

3030
- name: Restore .NET Core tools
3131
run: dotnet tool restore

0 commit comments

Comments
 (0)