Skip to content

Commit c292266

Browse files
committed
Change dotnet version
1 parent edea08d commit c292266

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sonarcloud.yml

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
New-Item -Path ./.sonar/scanner -ItemType Directory
6060
dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
6161
62+
- name: Setup .NET
63+
uses: actions/setup-dotnet@v4
64+
with:
65+
dotnet-version: 9.0.200
66+
6267
- name: Build and analyze
6368
env:
6469
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)