Skip to content

Commit 6c811aa

Browse files
Added missing .net 9 setup in pack and publish (#6)
2 parents 8d65c73 + 3a6b6f9 commit 6c811aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pack-and-publish.yml

+6
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,17 @@ jobs:
5151

5252
steps:
5353
- uses: actions/checkout@v4
54+
5455
- name: Setup .NET
5556
uses: actions/setup-dotnet@v4
5657
with:
5758
dotnet-version: 8.0.x
5859

60+
- name: Setup .NET 9.0
61+
uses: actions/setup-dotnet@v4
62+
with:
63+
dotnet-version: 9.0.x
64+
5965
- name: Restore dependencies
6066
run: dotnet restore src/Hooki
6167

0 commit comments

Comments
 (0)