Skip to content

Commit 3a04c35

Browse files
authored
+.net 9 and .net10
10.0.x 9.0.x
1 parent d58d6e7 commit 3a04c35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-dotnet@v3
2323
with:
2424
dotnet-version: |
25+
10.0.x
26+
9.0.x
2527
8.0.x
2628
7.0.x
2729
- name: Restore
@@ -46,6 +48,8 @@ jobs:
4648
uses: actions/setup-dotnet@v3
4749
with:
4850
dotnet-version: |
51+
10.0.x
52+
9.0.x
4953
8.0.x
5054
7.0.x
5155
6.0.x
@@ -90,6 +94,8 @@ jobs:
9094
uses: actions/setup-dotnet@v3
9195
with:
9296
dotnet-version: |
97+
10.0.x
98+
9.0.x
9399
8.0.x
94100
7.0.x
95101
6.0.x

0 commit comments

Comments
 (0)