Skip to content

Commit 6aebf71

Browse files
committed
Include build on .NET 5.0.x & .NET 9.0.x
1 parent 513aa43 commit 6aebf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ windows-2022, ubuntu-22.04, macOS-14 ]
21-
dotnet-version: [ '3.1.x', '6.0.x', '7.0.x', '8.0.x' ]
21+
dotnet-version: [ '3.1.x', '5.0.x', '6.0.x', '7.0.x', '8.0.x', '9.0.x' ]
2222

2323
steps:
2424
- name: Checkout Repository

0 commit comments

Comments
 (0)