Skip to content

Commit 9f94bc0

Browse files
authored
Install .NET 8 SDK in CI
1 parent e9781f0 commit 9f94bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: 🔨 Use .NET Core 7.0 SDK
9898
uses: actions/[email protected]
9999
with:
100-
dotnet-version: '7.0.x'
100+
dotnet-version: '8.0.x'
101101
- name: 🎁 dotnet tool restore
102102
run: |
103103
dotnet tool restore

0 commit comments

Comments
 (0)