We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c112a commit 6a78772Copy full SHA for 6a78772
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup .NET Core
24
uses: actions/setup-dotnet@v1
25
with:
26
- dotnet-version: 2.2
+ dotnet-version: '3.1.x'
27
- name: use this action, test solution dir
28
if: ${{ !cancelled() }}
29
uses: zyborg/dotnet-tests-report@v1
0 commit comments