Skip to content

Commit 72ca958

Browse files
committed
setup .net 8 in ci
1 parent fa5ae9a commit 72ca958

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Setup .NET
17-
uses: actions/setup-dotnet@v1
16+
- name: Setup .NET 8
17+
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: '9.x.x'
19+
dotnet-version: '8.x.x'
2020
- name: Restore local tools
2121
run: dotnet tool restore
2222
- name: make script executable
@@ -30,11 +30,11 @@ jobs:
3030
runs-on: windows-latest
3131

3232
steps:
33-
- uses: actions/checkout@v2
34-
- name: Setup .NET
35-
uses: actions/setup-dotnet@v1
33+
- uses: actions/checkout@v4
34+
- name: Setup .NET 8
35+
uses: actions/setup-dotnet@v4
3636
with:
37-
dotnet-version: '9.x.x'
37+
dotnet-version: '8.x.x'
3838
- name: Restore local tools
3939
run: dotnet tool restore
4040
- name: Build and test

0 commit comments

Comments
 (0)