We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7affafd commit 98ceea6Copy full SHA for 98ceea6
.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