We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bc2a4 commit 72bafadCopy full SHA for 72bafad
2 files changed
.github/workflows/dotnet-build.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-dotnet@v3.0.0
19
with:
20
dotnet-version: |
21
- 6.0.x
+ 8.0.x
22
- name: Install dependencies
23
run: dotnet restore
24
- name: Build
.github/workflows/dotnet-publish.yml
0 commit comments