Skip to content

Commit 888a2e7

Browse files
committed
update .net in gh workflows
1 parent 3657e64 commit 888a2e7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
- name: Setup DotNet ✨
2121
uses: actions/setup-dotnet@v5
2222
with:
23-
dotnet-version: "9.0.x"
23+
dotnet-version: |
24+
8.0.x
25+
9.0.x
26+
10.0.x
2427
2528
- name: Install dependencies 📦️
2629
run: dotnet restore

.github/workflows/publish-nuget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
- name: Setup DotNet ✨
2222
uses: actions/setup-dotnet@v5
2323
with:
24-
dotnet-version: "9.0.x"
24+
dotnet-version: |
25+
8.0.x
26+
9.0.x
27+
10.0.x
2528
2629
- name: Install dependencies 📦️
2730
run: dotnet restore

0 commit comments

Comments
 (0)