Skip to content

Commit 5c97565

Browse files
authored
Merge pull request #198 from microsoft/chgeuer/bump-ci-to-dotnet8
Forgot the CI script 😒
2 parents a3ac59a + ca7b57b commit 5c97565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup .NET
3030
uses: actions/setup-dotnet@v2
3131
with:
32-
dotnet-version: '7.0'
32+
dotnet-version: '8.0'
3333
- name: Setup Semantic version
3434
id: nbgv
3535
uses: dotnet/nbgv@v0.4.0

0 commit comments

Comments
 (0)