We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e8642 commit b87350aCopy full SHA for b87350a
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 3.1.301
+ dotnet-version: 5.0.101
20
- name: Install dependencies
21
run: dotnet restore
22
- name: Build
0 commit comments