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 355ceda commit 1650e5eCopy full SHA for 1650e5e
.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup .NET Core
31
uses: actions/setup-dotnet@v3.2.0
32
with:
33
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
34
35
- run: dotnet --info
36
.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup dotnet
42
43
44
- dotnet-version: "6.0.x"
+ dotnet-version: "7.0.x"
45
46
- name: DotNet Info
47
run: dotnet --info
0 commit comments