Skip to content

Commit 47dc4ff

Browse files
committed
.NET SDK 10 workflow
1 parent 0ae8f00 commit 47dc4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
build:
11-
runs-on: windows-2022
11+
runs-on: windows-2025
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: 9.0.x
23+
dotnet-version: 10.0.x
2424

2525
- name: Restore dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)