Skip to content

Commit b364506

Browse files
Falco20019abdurriq
andauthored
Add support for .NET 11 Preview (#417)
Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com>
1 parent b626460 commit b364506

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dotnet/devcontainer-template.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "string",
1212
"description": ".NET version:",
1313
"proposals": [
14+
"11.0-preview",
1415
"10.0",
1516
"9.0",
1617
"8.0",
@@ -19,6 +20,7 @@
1920
"10.0-noble",
2021
"9.0-noble",
2122
"8.0-noble",
23+
"11.0-preview-resolute",
2224
"8.0-jammy"
2325
],
2426
"default": "10.0-noble"

0 commit comments

Comments
 (0)