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 b9fc162 commit 2979856Copy full SHA for 2979856
1 file changed
src/Devlead.Console.Template/templates/DevleadConsole/.template.config/template.json
@@ -13,7 +13,7 @@
13
"type": "parameter",
14
"description": "The target framework for the project.",
15
"datatype": "choice",
16
- "defaultValue": "net9.0",
+ "defaultValue": "net10.0",
17
"replaces": "TargetFrameworkValue",
18
"choices": [
19
{
@@ -23,6 +23,10 @@
23
24
"choice": "net9.0",
25
"description": "Target .NET 9"
26
+ },
27
+ {
28
+ "choice": "net10.0",
29
+ "description": "Target .NET 10"
30
}
31
]
32
0 commit comments