Skip to content

Commit 601dd7c

Browse files
authored
Update cs-build-project.yml
Change dotnet-version to 6.0.x here too
1 parent f5e85c4 commit 601dd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cs-build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 7.0.x
21+
dotnet-version: 6.0.x
2222

2323
- name: Build
2424
run: dotnet build -c Release

0 commit comments

Comments
 (0)