Skip to content

Commit 81e40c1

Browse files
committed
updated workflow to use .NET 10
1 parent cc6155c commit 81e40c1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

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

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Setup .NET 8 SDK
12+
- name: Setup .NET 10 SDK
1313
uses: actions/setup-dotnet@v1.7.2
1414
with:
15-
dotnet-version: 8.0.x
16-
- name: Setup .NET 9 SDK
17-
uses: actions/setup-dotnet@v1.7.2
18-
with:
19-
dotnet-version: 9.0.x
15+
dotnet-version: 10.0.x
2016
- name: Clean
2117
run: dotnet clean
2218
- name: Install dependencies

0 commit comments

Comments
 (0)