Skip to content

Commit 8014f93

Browse files
committed
Use .NET 8 SDK to run build
1 parent 7e7a68b commit 8014f93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup dotnet
3434
uses: actions/setup-dotnet@v5
3535
with:
36-
dotnet-version: '7.0.201'
36+
dotnet-version: 8
3737

3838
- name: Setup MSBuild
3939
uses: microsoft/setup-msbuild@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup dotnet
3737
uses: actions/setup-dotnet@v5
3838
with:
39-
dotnet-version: '7.0.201'
39+
dotnet-version: 8
4040

4141
- name: Setup MSBuild
4242
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)