Skip to content

Commit 9f2e016

Browse files
committed
Upgrade console template to net6.0
1 parent ba39a6a commit 9f2e016

File tree

1 file changed

+3
-3
lines changed
  • templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config

1 file changed

+3
-3
lines changed

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"framework": {
3333
"type": "parameter",
3434
"datatype": "string",
35-
"description": "The target framework for the project (e.g. netstandard2.0). Default \"net5.0\" if \"--console-app\" is true, \"netstandard2.0\" if \"--console-app\" is false",
35+
"description": "The target framework for the project (e.g. netstandard2.0). Default \"net6.0\" if \"--console-app\" is true, \"netstandard2.0\" if \"--console-app\" is false",
3636
"defaultValue": ""
3737
},
3838
"frameworkDefault": {
@@ -45,7 +45,7 @@
4545
"cases": [
4646
{
4747
"condition": "(framework == '' && consoleApp == true)",
48-
"value": "net5.0"
48+
"value": "net6.0"
4949
},
5050
{
5151
"condition": "(framework == '' && consoleApp == false)",
@@ -143,4 +143,4 @@
143143
"continueOnError": true
144144
}
145145
]
146-
}
146+
}

0 commit comments

Comments
 (0)