Add .net9 to github ci

This commit is contained in:
Caelan Sayler
2024-12-20 15:53:16 +00:00
committed by Caelan
parent c80a0d7622
commit f84ab3b5fa

View File

@@ -220,6 +220,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Print dotnet version
run: dotnet --info
- uses: actions/checkout@v4
@@ -300,6 +301,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Print dotnet version
run: dotnet --info
- uses: actions/checkout@v4