Skip to content

Commit d42a7dd

Browse files
committed
Use global.json for workflow
1 parent 275b6d0 commit d42a7dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Set up .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: '8.0.100'
30-
include-prerelease: true
29+
global-json-file: global.json
3130

3231
- name: Install Code Coverarage Tool
3332
run: dotnet tool install --global dotnet-reportgenerator-globaltool

0 commit comments

Comments
 (0)