Skip to content

Commit 3eb5f1e

Browse files
committed
.NET/CI: Validate on .NET 10.x
1 parent 4d41a91 commit 3eb5f1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lang-csharp-efcore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
dotnet-version: [
4545
'8.x',
4646
'9.x',
47+
'10.x',
4748
]
4849
npgsql-version: [
4950
'8.*',

.github/workflows/lang-csharp-npgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
dotnet-version: [
4545
'8.x',
4646
'9.x',
47+
'10.x',
4748
]
4849
npgsql-version: [
4950
'8.*',

0 commit comments

Comments
 (0)