Skip to content

Commit 8312c1c

Browse files
committed
fix merge
1 parent 1ce8f0b commit 8312c1c

File tree

3 files changed

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

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"datatype": "string",
9191
"cases": [
9292
{
93-
"condition": "(framework == '' && consoleApp == true)",
93+
"condition": "(consoleApp == true)",
9494
"value": "net6.0"
9595
},
9696
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"datatype": "string",
9191
"cases": [
9292
{
93-
"condition": "(framework == '' && consoleApp == true)",
93+
"condition": "(consoleApp == true)",
9494
"value": "net6.0"
9595
},
9696
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"datatype": "string",
9191
"cases": [
9292
{
93-
"condition": "(framework == '' && consoleApp == true)",
93+
"condition": "(consoleApp == true)",
9494
"value": "net6.0"
9595
},
9696
{

0 commit comments

Comments
 (0)