Skip to content

Commit 7128b4e

Browse files
committed
Fix ci build
1 parent 6dd9538 commit 7128b4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up .NET Core
14-
uses: actions/setup-dotnet@v4
14+
uses: actions/setup-dotnet@v5
1515
with:
16-
dotnet-version: '9.0.x'
16+
global-json-file: global.json
1717

1818
- run: dotnet --info
1919
- name: Build solution and run all tests

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.200",
3+
"version": "10.0.100",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature"
66
}

0 commit comments

Comments
 (0)