Skip to content

Commit 2979856

Browse files
committed
chore(template): default DevleadConsole template to .NET 10
Add net10.0 as a framework choice and set it as the default target framework so new projects align with the NUnit template and current SDK.
1 parent b9fc162 commit 2979856

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • src/Devlead.Console.Template/templates/DevleadConsole/.template.config

src/Devlead.Console.Template/templates/DevleadConsole/.template.config/template.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "parameter",
1414
"description": "The target framework for the project.",
1515
"datatype": "choice",
16-
"defaultValue": "net9.0",
16+
"defaultValue": "net10.0",
1717
"replaces": "TargetFrameworkValue",
1818
"choices": [
1919
{
@@ -23,6 +23,10 @@
2323
{
2424
"choice": "net9.0",
2525
"description": "Target .NET 9"
26+
},
27+
{
28+
"choice": "net10.0",
29+
"description": "Target .NET 10"
2630
}
2731
]
2832
}

0 commit comments

Comments
 (0)