Skip to content

Commit 9f45cad

Browse files
Use 8.0.x in publish-nuget.yaml
1 parent a319a01 commit 9f45cad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-nuget.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
16+
- name: Setup .NET SDK
17+
uses: actions/setup-dotnet@v4
18+
with:
19+
dotnet-version: |
20+
8.0.x
1621
- uses: actions/cache@v4
1722
with:
1823
path: |

0 commit comments

Comments
 (0)