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 bf60a55 commit 0d07a41Copy full SHA for 0d07a41
.github/workflows/publish.workflow.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET Core
19
uses: actions/[email protected]
20
with:
21
- dotnet-version: 8.0
+ dotnet-version: 9.0
22
23
- name: Install dependencies
24
run: dotnet restore
.github/workflows/test.workflow.yml
@@ -48,7 +48,7 @@ jobs:
48
49
uses: actions/setup-dotnet@v4
50
51
52
53
- name: Build Release
54
run: |
0 commit comments