Skip to content

Commit 41b4966

Browse files
authored
Updated .NET SDK
1 parent 9d4bb27 commit 41b4966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Build
12+
- name: Setup .NET 9 SDK
1313
uses: actions/setup-dotnet@v1.7.2
1414
with:
15-
dotnet-version: '8.0.x'
15+
dotnet-version: '9.0.x'
1616
- name: Clean
1717
run: dotnet clean
1818
- name: Install dependencies

0 commit comments

Comments
 (0)