Skip to content

Commit 52debbf

Browse files
committed
Add .NET 10.0.x to workflows
1 parent 668ecbe commit 52debbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
dotnet-version: |
2424
6.0.x
2525
8.0.x
26+
10.0.x
2627
2728
- name: Run tests
2829
run: dotnet test -c Release -p:CollectCoverage=false

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
dotnet-version: |
2323
6.0.x
2424
8.0.x
25+
10.0.x
2526
2627
- name: Build
2728
run: dotnet build -c Release

0 commit comments

Comments
 (0)