We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e6da6 commit b90cda4Copy full SHA for b90cda4
src/bunit.template/template/.template.config/template.json
@@ -82,7 +82,7 @@
82
"description": "The target framework sdk for the project.",
83
"displayName": "Target framework sdk",
84
"datatype": "choice",
85
- "defaultValue": "net7.0",
+ "defaultValue": "net9.0",
86
"replaces": "targetSdk",
87
"choices": [
88
{
@@ -99,6 +99,11 @@
99
"choice": "net8.0",
100
"description": ".net 8.0",
101
"displayName": ".net 8.0"
102
+ },
103
+ {
104
+ "choice": "net9.0",
105
+ "description": ".net 9.0",
106
+ "displayName": ".net 9.0"
107
}
108
]
109
0 commit comments