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 9e4681a commit fd6e29aCopy full SHA for fd6e29a
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
0 commit comments