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 7678768 commit 9b0545dCopy full SHA for 9b0545d
src/bunit.template/template/.template.config/template.json
@@ -82,23 +82,18 @@
82
"description": "The target framework sdk for the project.",
83
"displayName": "Target framework sdk",
84
"datatype": "choice",
85
- "defaultValue": "net7.0",
+ "defaultValue": "net8.0",
86
"replaces": "targetSdk",
87
"choices": [
88
- {
89
- "choice": "net6.0",
90
- "description": ".net 6.0",
91
- "displayName": ".net 6.0"
92
- },
93
94
- "choice": "net7.0",
95
- "description": ".net 7.0",
96
- "displayName": ".net 7.0"
97
98
{
99
"choice": "net8.0",
100
"description": ".net 8.0",
101
"displayName": ".net 8.0"
+ },
+ {
+ "choice": "net9.0",
+ "description": ".net 9.0",
+ "displayName": ".net 9.0"
102
}
103
]
104
0 commit comments