Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Sep 26, 2023
1 parent 31b1639 commit 6003ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: setup .net core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0'
dotnet-version: '8.*'
dotnet-quality: 'preview'

- name: build
run: dotnet build
Expand Down

0 comments on commit 6003ea8

Please sign in to comment.