Skip to content

Commit d1767f5

Browse files
committed
github action do use dotnet sdk 6
1 parent 33a91df commit d1767f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Setup .NET Core
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: 5.0.101
23+
dotnet-version: '6.0.x'
24+
include-prerelease: true
2425
- name: Build
2526
run: dotnet build -c ${{env.configuration}} -p:Version=${{env.version}}
2627

0 commit comments

Comments
 (0)