Skip to content

Commit c16cd3e

Browse files
committed
feat(ci): add .NET 11.0.x support to workflows
1 parent 16dccb9 commit c16cd3e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
8.0.x
1212
9.0.x
1313
10.0.x
14+
11.0.x
1415
configuration:
1516
description: 'Build configuration'
1617
required: false

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "11.0.0-preview.2.26159.112"
3+
"version": "11.0.100-preview.2.26159.112"
44
}
55
}

0 commit comments

Comments
 (0)