Skip to content

Commit b76d263

Browse files
authored
updated to use both .NET 8 and 9
1 parent 41b4966 commit b76d263

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/github-actions-tests-on-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Setup .NET 9 SDK
12+
- name: Setup .NET 8 & 9 SDK
1313
uses: actions/setup-dotnet@v1.7.2
1414
with:
15-
dotnet-version: '9.0.x'
15+
dotnet-version: |
16+
8.0.x
17+
9.0.x
1618
- name: Clean
1719
run: dotnet clean
1820
- name: Install dependencies

0 commit comments

Comments
 (0)