We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e9ae3 commit 37e69f1Copy full SHA for 37e69f1
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install .NET Core
28
uses: actions/setup-dotnet@v3
29
with:
30
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
31
32
- name: Install dependencies
33
run: dotnet restore ${{env.SOLUTION}}
0 commit comments