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 1a60288 commit 85bc418Copy full SHA for 85bc418
.github/workflows/codeql-analysis.yml
@@ -27,6 +27,11 @@ jobs:
27
queries: security-and-quality
28
languages: csharp
29
30
+ - name: Setup .NET
31
+ uses: actions/setup-dotnet@v3
32
+ with:
33
+ dotnet-version: 7.0.x
34
+
35
# build a temporary *.slnf file that only contains source projects and put it in ~/obj
36
# so that it is not tracked by git. then run 'dotnet build' using the *.slnf, which
37
# will preserve the dependency order and configuration of the *.sln
0 commit comments