Skip to content

Commit 5db0d10

Browse files
Upgrade Sonar analysis to .NET 6
1 parent cff1b75 commit 5db0d10

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Setup .NET Core
13+
- name: Setup .NET
1414
uses: actions/setup-dotnet@v1
1515
with:
1616
dotnet-version: 6.0.x
@@ -35,7 +35,12 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- name: Setup .NET
38+
- name: Setup .NET 5
39+
uses: actions/setup-dotnet@v1
40+
with:
41+
dotnet-version: 5.0.x
42+
43+
- name: Setup .NET 6
3944
uses: actions/setup-dotnet@v1
4045
with:
4146
dotnet-version: 6.0.x

0 commit comments

Comments
 (0)