Skip to content

Commit 11fdfa3

Browse files
committed
chore(ci): updated build runtime to dotnet 8
1 parent e48cb09 commit 11fdfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Setup .NET 6.0
19+
- name: Setup .NET 8.0
2020
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
2121
with:
22-
dotnet-version: 6.0.414
22+
dotnet-version: 8.0.x
2323
- name: Install solution dependencies
2424
run: dotnet restore
2525
- name: Build

0 commit comments

Comments
 (0)