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 d20eb8c commit ea52e36Copy full SHA for ea52e36
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 5.0.x
+ dotnet-version: 3.0.0
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
0 commit comments