Skip to content

Commit b90cda4

Browse files
authored
chore: Update templates for .net9 and make .net9 default
1 parent d5e6da6 commit b90cda4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/bunit.template/template/.template.config/template.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"description": "The target framework sdk for the project.",
8383
"displayName": "Target framework sdk",
8484
"datatype": "choice",
85-
"defaultValue": "net7.0",
85+
"defaultValue": "net9.0",
8686
"replaces": "targetSdk",
8787
"choices": [
8888
{
@@ -99,6 +99,11 @@
9999
"choice": "net8.0",
100100
"description": ".net 8.0",
101101
"displayName": ".net 8.0"
102+
},
103+
{
104+
"choice": "net9.0",
105+
"description": ".net 9.0",
106+
"displayName": ".net 9.0"
102107
}
103108
]
104109
}

0 commit comments

Comments
 (0)