Skip to content

Commit da307b5

Browse files
committed
Update CI to net9
1 parent f7d8241 commit da307b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
matrix:
1010
os: [windows-2022, ubuntu-24.04, macos-14]
1111
steps:
12-
- uses: actions/checkout@v2
13-
- name: Setup .NET 8
14-
uses: actions/setup-dotnet@v3
12+
- uses: actions/checkout@v4
13+
- name: Setup .NET 9
14+
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: 8.0.x
16+
dotnet-version: 9.0.x
1717
- name: Install dependencies
1818
run: dotnet restore
1919
- name: Build

0 commit comments

Comments
 (0)