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.
2 parents b472f3a + 2d222e6 commit 0dd1062Copy full SHA for 0dd1062
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
fetch-depth: 0
20
- name: Use .NET 6
21
uses: actions/setup-dotnet@v1
22
+ with:
23
+ dotnet-version: '6.0.x'
24
- name: Build and Test
25
run: ./Build.ps1
26
shell: pwsh
0 commit comments