Skip to content

Commit f5cc307

Browse files
Updated ci-script to target .NET 8.
1 parent da3507c commit f5cc307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
# Checkout the code
1515
- uses: actions/checkout@v2
1616

17-
# Install .NET 7.0 SDK
18-
- name: Setup .NET 7 preview
19-
uses: actions/setup-dotnet@v1
17+
# Install .NET 8.0 SDK
18+
- name: Setup .NET 8 preview
19+
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '7.0.x'
21+
dotnet-version: '8.0.x'
2222
include-prerelease: true
2323

2424
# Generate the website

0 commit comments

Comments
 (0)