Skip to content

Commit 299eb97

Browse files
committed
Trying with .Net 9.0
1 parent 2e040cf commit 299eb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
framework: netcoreapp3.1
2121
- dotnet-version: 5.0.x
2222
framework: net5.0
23-
- dotnet-version: 6.0.x
24-
framework: net6.0
2523
- dotnet-version: 8.0.x
2624
framework: net8.0
25+
- dotnet-version: 9.0.x
26+
framework: net9.0
2727

2828
continue-on-error: true
2929

0 commit comments

Comments
 (0)