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 b532fb4 commit 82132aaCopy full SHA for 82132aa
1 file changed
.github/workflows/CI.yml
@@ -11,9 +11,7 @@ jobs:
11
- name: Setup .NET
12
uses: actions/setup-dotnet@v1
13
with:
14
- dotnet-version: |
15
- 5.0.x
16
- 6.0.x
+ dotnet-version: 6.0.x
17
- name: Restore dependencies
18
run: dotnet restore source
19
- name: Build
0 commit comments