We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c513f9 commit c48b7d0Copy full SHA for c48b7d0
.github/workflows/qodana_analysis.yml
@@ -23,7 +23,9 @@ jobs:
23
name: Setup .NET SDK
24
uses: actions/setup-dotnet@v4
25
with:
26
- global-json-file: global.json
+ dotnet-version: |
27
+ 8.0.x
28
+ 9.0.x
29
-
30
name: 'Qodana Scan'
31
uses: jetbrains/[email protected]
global.json
@@ -5,6 +5,7 @@
5
"src"
6
],
7
"sdk": {
8
- "version": "9.0.304"
+ "version": "9.0.304",
9
+ "rollForward": "latestMajor"
10
}
11
0 commit comments