diff --git a/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json b/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json index 67588c4ef0..66532df32e 100644 --- a/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json +++ b/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json @@ -90,7 +90,7 @@ "datatype": "string", "cases": [ { - "condition": "(framework == '' && consoleApp == true)", + "condition": "(consoleApp == true)", "value": "net6.0" }, { diff --git a/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config/template.json b/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config/template.json index 6161e54eda..161030a7af 100644 --- a/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config/template.json +++ b/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config/template.json @@ -90,7 +90,7 @@ "datatype": "string", "cases": [ { - "condition": "(framework == '' && consoleApp == true)", + "condition": "(consoleApp == true)", "value": "net6.0" }, { diff --git a/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config/template.json b/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config/template.json index 0f5062e399..c108eb334c 100644 --- a/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config/template.json +++ b/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config/template.json @@ -90,7 +90,7 @@ "datatype": "string", "cases": [ { - "condition": "(framework == '' && consoleApp == true)", + "condition": "(consoleApp == true)", "value": "net6.0" }, {