Skip to content

Commit

Permalink
use net 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jun 27, 2024
1 parent b4a7508 commit c529cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
dotnet-version: '6.0'
- name: Create temporary global.json
run: echo '{"sdk":{"version": "6.0.*"}}' > ./global.json
run: echo '{"sdk":{"version": "6.0.x"}}' > ./global.json

- name: Install protobuf
run: bash scripts/install.sh
Expand Down

0 comments on commit c529cbe

Please sign in to comment.