Skip to content

Commit 4e3604d

Browse files
committed
Use .NET 9
1 parent 2986e20 commit 4e3604d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
submodules: "recursive"
1717

18+
- name: Setup .NET 9.x
19+
uses: actions/setup-dotnet@v4
20+
with:
21+
dotnet-version: '9.x'
22+
1823
- name: Info
1924
run: dotnet --info
2025

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "8.0.0",
4-
"rollForward": "latestMinor"
4+
"rollForward": "latestMajor"
55
}
66
}

0 commit comments

Comments
 (0)